From 5f727f9068d7528e94e793a5b36ae10c78aacb3b Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Sun, 14 May 2017 10:30:14 -0400 Subject: 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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 -- cgit