update rails to 4.0.8
This commit is contained in:
parent
554fd5003e
commit
21d705610b
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '4.0.7'
|
gem 'rails', '4.0.8'
|
||||||
|
|
||||||
gem 'activeadmin', github: 'gregbell/active_admin'
|
gem 'activeadmin', github: 'gregbell/active_admin'
|
||||||
gem 'pg', '~> 0.17.1'
|
gem 'pg', '~> 0.17.1'
|
||||||
|
|
40
Gemfile.lock
40
Gemfile.lock
|
@ -52,25 +52,25 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
RedCloth (4.2.9)
|
RedCloth (4.2.9)
|
||||||
actionmailer (4.0.7)
|
actionmailer (4.0.8)
|
||||||
actionpack (= 4.0.7)
|
actionpack (= 4.0.8)
|
||||||
mail (~> 2.5.4)
|
mail (~> 2.5.4)
|
||||||
actionpack (4.0.7)
|
actionpack (4.0.8)
|
||||||
activesupport (= 4.0.7)
|
activesupport (= 4.0.8)
|
||||||
builder (~> 3.1.0)
|
builder (~> 3.1.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rack (~> 1.5.2)
|
rack (~> 1.5.2)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
activemodel (4.0.7)
|
activemodel (4.0.8)
|
||||||
activesupport (= 4.0.7)
|
activesupport (= 4.0.8)
|
||||||
builder (~> 3.1.0)
|
builder (~> 3.1.0)
|
||||||
activerecord (4.0.7)
|
activerecord (4.0.8)
|
||||||
activemodel (= 4.0.7)
|
activemodel (= 4.0.8)
|
||||||
activerecord-deprecated_finders (~> 1.0.2)
|
activerecord-deprecated_finders (~> 1.0.2)
|
||||||
activesupport (= 4.0.7)
|
activesupport (= 4.0.8)
|
||||||
arel (~> 4.0.0)
|
arel (~> 4.0.0)
|
||||||
activerecord-deprecated_finders (1.0.3)
|
activerecord-deprecated_finders (1.0.3)
|
||||||
activesupport (4.0.7)
|
activesupport (4.0.8)
|
||||||
i18n (~> 0.6, >= 0.6.9)
|
i18n (~> 0.6, >= 0.6.9)
|
||||||
minitest (~> 4.2)
|
minitest (~> 4.2)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
|
@ -332,21 +332,21 @@ GEM
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rack-throttle (0.3.0)
|
rack-throttle (0.3.0)
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
rails (4.0.7)
|
rails (4.0.8)
|
||||||
actionmailer (= 4.0.7)
|
actionmailer (= 4.0.8)
|
||||||
actionpack (= 4.0.7)
|
actionpack (= 4.0.8)
|
||||||
activerecord (= 4.0.7)
|
activerecord (= 4.0.8)
|
||||||
activesupport (= 4.0.7)
|
activesupport (= 4.0.8)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.0.7)
|
railties (= 4.0.8)
|
||||||
sprockets-rails (~> 2.0)
|
sprockets-rails (~> 2.0)
|
||||||
rails3-generators (1.0.0)
|
rails3-generators (1.0.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
rails3-jquery-autocomplete (1.0.12)
|
rails3-jquery-autocomplete (1.0.12)
|
||||||
rails (>= 3.0)
|
rails (>= 3.0)
|
||||||
railties (4.0.7)
|
railties (4.0.8)
|
||||||
actionpack (= 4.0.7)
|
actionpack (= 4.0.8)
|
||||||
activesupport (= 4.0.7)
|
activesupport (= 4.0.8)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rake (10.3.2)
|
rake (10.3.2)
|
||||||
|
@ -572,7 +572,7 @@ DEPENDENCIES
|
||||||
protected_attributes
|
protected_attributes
|
||||||
puma
|
puma
|
||||||
rack-throttle (~> 0.3.0)
|
rack-throttle (~> 0.3.0)
|
||||||
rails (= 4.0.7)
|
rails (= 4.0.8)
|
||||||
rails3-generators
|
rails3-generators
|
||||||
rails3-jquery-autocomplete (~> 1.0)
|
rails3-jquery-autocomplete (~> 1.0)
|
||||||
rake
|
rake
|
||||||
|
|
Loading…
Reference in New Issue