Bump Rails to 4.2
Showing
source 'https://rubygems.org' | ||
source 'https://rails-assets.org' | ||
gem 'rails', '4.1.8' | ||
gem 'rails', '4.2.0' | ||
# Legacy Rails features, remove me! | ||
... | ... | @@ -9,6 +9,9 @@ gem 'rails', '4.1.8' |
gem 'actionpack-action_caching' | ||
gem 'actionpack-page_caching' | ||
# responders (class level) | ||
gem 'responders', '2.0.2' | ||
# Appserver | ||
gem 'unicorn', '4.8.3', :require => false | ||
... | ... |
Please register or sign in to comment