update rails to 4.0.7

This commit is contained in:
Alexander Machehin 2014-07-03 07:20:17 +06:00
parent c579d90937
commit 554fd5003e
2 changed files with 26 additions and 26 deletions

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'rails', '4.0.5'
gem 'rails', '4.0.7'
gem 'activeadmin', github: 'gregbell/active_admin'
gem 'pg', '~> 0.17.1'

View File

@ -52,25 +52,25 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
actionmailer (4.0.5)
actionpack (= 4.0.5)
actionmailer (4.0.7)
actionpack (= 4.0.7)
mail (~> 2.5.4)
actionpack (4.0.5)
activesupport (= 4.0.5)
actionpack (4.0.7)
activesupport (= 4.0.7)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
activemodel (4.0.5)
activesupport (= 4.0.5)
activemodel (4.0.7)
activesupport (= 4.0.7)
builder (~> 3.1.0)
activerecord (4.0.5)
activemodel (= 4.0.5)
activerecord (4.0.7)
activemodel (= 4.0.7)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.5)
activesupport (= 4.0.7)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.5)
activesupport (4.0.7)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
@ -261,7 +261,7 @@ GEM
momentjs-rails (2.5.1)
railties (>= 3.1)
mono_logger (1.1.0)
multi_json (1.10.0)
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
nest (1.1.2)
@ -314,7 +314,7 @@ GEM
pg (0.17.1)
polyamorous (0.6.4)
activerecord (>= 3.0)
polyglot (0.3.4)
polyglot (0.3.5)
posix-spawn (0.3.8)
protected_attributes (1.0.7)
activemodel (>= 4.0.1, < 5.0)
@ -332,24 +332,24 @@ GEM
rack (>= 1.0)
rack-throttle (0.3.0)
rack (>= 1.0.0)
rails (4.0.5)
actionmailer (= 4.0.5)
actionpack (= 4.0.5)
activerecord (= 4.0.5)
activesupport (= 4.0.5)
rails (4.0.7)
actionmailer (= 4.0.7)
actionpack (= 4.0.7)
activerecord (= 4.0.7)
activesupport (= 4.0.7)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.5)
sprockets-rails (~> 2.0.0)
railties (= 4.0.7)
sprockets-rails (~> 2.0)
rails3-generators (1.0.0)
railties (>= 3.0.0)
rails3-jquery-autocomplete (1.0.12)
rails (>= 3.0)
railties (4.0.5)
actionpack (= 4.0.5)
activesupport (= 4.0.5)
railties (4.0.7)
actionpack (= 4.0.7)
activesupport (= 4.0.7)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.1)
rake (10.3.2)
ransack (1.2.1)
actionpack (>= 3.0)
activerecord (>= 3.0)
@ -477,7 +477,7 @@ GEM
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.19.1)
thread_safe (0.3.3)
thread_safe (0.3.4)
tilt (1.4.1)
time_diff (0.3.0)
activesupport
@ -572,7 +572,7 @@ DEPENDENCIES
protected_attributes
puma
rack-throttle (~> 0.3.0)
rails (= 4.0.5)
rails (= 4.0.7)
rails3-generators
rails3-jquery-autocomplete (~> 1.0)
rake