about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2017-05-14 10:30:14 -0400
committerEugen Rochko <eugen@zeonfederated.com>2017-05-14 16:30:14 +0200
commit5f727f9068d7528e94e793a5b36ae10c78aacb3b (patch)
tree2bc36dc4aadb04b3a2e137612382b689ec984f8b /Gemfile
parent72c8562cc9859106f89b12cca1016e5e1b2a8c78 (diff)
Update rails to version 5.0.3 (#3054)
* Update rails to version 5.0.3

* Update aws-sdk to version 2.9.17

* Update capistrano to version 3.8.1

* Update climate_control to version 0.2.0

* Update debug_inspector to version 0.0.3

* Update et-orbi to version 1.0.4

* Update oj to version 3.0.7

* Update microformats2 to version 2.9.0

* Update lograge to version 0.5.1

* Clean up usage of Microformats2 object to remove deprecation warnings

* Update microformats2 to version 3.0.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 00597af61..782c0da3c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -69,7 +69,7 @@ end
 group :test do
   gem 'capybara', '~> 2.14'
   gem 'faker', '~> 1.7'
-  gem 'microformats2', '~> 2.1'
+  gem 'microformats2', '~> 3.0'
   gem 'rails-controller-testing', '~> 1.0'
   gem 'rspec-sidekiq', '~> 3.0'
   gem 'simplecov', '~> 0.14', require: false