Skip to content

Commit

Permalink
DEV: Rails 5.2 upgrade and global gem upgrade
Browse files Browse the repository at this point in the history
This updates tests to use latest rails 5 practice
and updates ALL dependencies that could be updated

Performance testing shows that performance has not regressed
if anything it is marginally faster now.
  • Loading branch information
SamSaffron committed Jun 7, 2018
1 parent 2bd905c commit 89ad2b5
Show file tree
Hide file tree
Showing 103 changed files with 898 additions and 862 deletions.
14 changes: 7 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ if rails_master?
gem 'rails', git: 'https://github.com/rails/rails.git'
gem 'seed-fu', git: 'https://github.com/SamSaffron/seed-fu.git', branch: 'discourse'
else
gem 'actionmailer', '~> 5.1'
gem 'actionpack', '~> 5.1'
gem 'actionview', '~> 5.1'
gem 'activemodel', '~> 5.1'
gem 'activerecord', '~> 5.1'
gem 'activesupport', '~> 5.1'
gem 'railties', '~> 5.1'
gem 'actionmailer', '~> 5.2'
gem 'actionpack', '~> 5.2'
gem 'actionview', '~> 5.2'
gem 'activemodel', '~> 5.2'
gem 'activerecord', '~> 5.2'
gem 'activesupport', '~> 5.2'
gem 'railties', '~> 5.2'
gem 'sprockets-rails'
gem 'seed-fu'
end
Expand Down
Loading

0 comments on commit 89ad2b5

Please sign in to comment.