1
0
Fork 0
forked from gitea/nas

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
This commit is contained in:
Matt Jankowski 2017-05-14 10:30:14 -04:00 committed by Eugen Rochko
parent 72c8562cc9
commit 5f727f9068
3 changed files with 64 additions and 65 deletions

View file

@ -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