Updated to ruby 2.4 and rails 4.2.8
This commit is contained in:
parent
e25de318bd
commit
3ff81b3895
3 changed files with 69 additions and 73 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue