Updated to ruby 2.4 and rails 4.2.8

This commit is contained in:
rahul 2017-07-12 14:27:16 +05:30
parent e25de318bd
commit 3ff81b3895
3 changed files with 69 additions and 73 deletions

View file

@ -6,7 +6,7 @@ if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
end
# as web framework
gem 'rails', '~> 4.2'
gem 'rails', '~> 4.2.8'
# enables serving assets in production and setting your logger to standard out
# both of which are required to run an application on a twelve-factor provider