Update to rails 4.2.1
This commit is contained in:
parent
0cd5da6386
commit
1801419d9d
2 changed files with 47 additions and 47 deletions
4
Gemfile
4
Gemfile
|
@ -1,7 +1,7 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
# Require rails
|
||||
gem "rails", "4.2.0"
|
||||
gem "rails", "4.2.1"
|
||||
|
||||
# Require things which have moved to gems in ruby 1.9
|
||||
gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19
|
||||
|
@ -43,7 +43,7 @@ gem "dynamic_form"
|
|||
gem "rinku", ">= 1.2.2", :require => "rails_rinku"
|
||||
gem "oauth-plugin", ">= 0.5.1"
|
||||
gem "validates_email_format_of", ">= 1.5.1"
|
||||
gem "composite_primary_keys", "~> 8.0.0"
|
||||
gem "composite_primary_keys", "~> 8.1.0"
|
||||
gem "http_accept_language", "~> 2.0.0"
|
||||
gem "paperclip", "~> 4.0"
|
||||
gem "deadlock_retry", ">= 1.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue