Update to rails 5.1.4
This commit is contained in:
parent
4b91dc4228
commit
f773f67958
8 changed files with 77 additions and 58 deletions
4
Gemfile
4
Gemfile
|
@ -1,7 +1,7 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
# Require rails
|
||||
gem "rails", "5.0.6"
|
||||
gem "rails", "5.1.4"
|
||||
|
||||
# Require things which have moved to gems in ruby 1.9
|
||||
gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19
|
||||
|
@ -42,7 +42,7 @@ gem "image_optim_rails"
|
|||
|
||||
# Load rails plugins
|
||||
gem "actionpack-page_caching"
|
||||
gem "composite_primary_keys", "~> 9.0.7"
|
||||
gem "composite_primary_keys", "~> 10.0.0"
|
||||
gem "dynamic_form"
|
||||
gem "http_accept_language", "~> 2.0.0"
|
||||
gem "i18n-js", ">= 3.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue