update to rails 4.0.8 for no particular reason

This commit is contained in:
joshua stein 2014-08-17 19:19:56 -05:00
parent 6329041ee8
commit c4b6772828
2 changed files with 24 additions and 24 deletions

View file

@ -1,6 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "rails", "4.0.5" gem "rails", "4.0.8"
gem "unicorn" gem "unicorn"

View file

@ -1,25 +1,25 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (4.0.5) actionmailer (4.0.8)
actionpack (= 4.0.5) actionpack (= 4.0.8)
mail (~> 2.5.4) mail (~> 2.5.4)
actionpack (4.0.5) actionpack (4.0.8)
activesupport (= 4.0.5) 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.5) activemodel (4.0.8)
activesupport (= 4.0.5) activesupport (= 4.0.8)
builder (~> 3.1.0) builder (~> 3.1.0)
activerecord (4.0.5) activerecord (4.0.8)
activemodel (= 4.0.5) activemodel (= 4.0.8)
activerecord-deprecated_finders (~> 1.0.2) activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.5) 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.5) 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)
@ -71,17 +71,17 @@ GEM
rack (1.5.2) rack (1.5.2)
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails (4.0.5) rails (4.0.8)
actionmailer (= 4.0.5) actionmailer (= 4.0.8)
actionpack (= 4.0.5) actionpack (= 4.0.8)
activerecord (= 4.0.5) activerecord (= 4.0.8)
activesupport (= 4.0.5) activesupport (= 4.0.8)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.0.5) railties (= 4.0.8)
sprockets-rails (~> 2.0.0) sprockets-rails (~> 2.0)
railties (4.0.5) railties (4.0.8)
actionpack (= 4.0.5) actionpack (= 4.0.8)
activesupport (= 4.0.5) activesupport (= 4.0.8)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
raindrops (0.13.0) raindrops (0.13.0)
@ -109,7 +109,7 @@ GEM
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.0.1) sprockets-rails (2.1.3)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (~> 2.8) sprockets (~> 2.8)
@ -126,7 +126,7 @@ GEM
treetop (1.4.15) treetop (1.4.15)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.40) tzinfo (0.3.41)
uglifier (2.5.3) uglifier (2.5.3)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
@ -152,7 +152,7 @@ DEPENDENCIES
mysql2 (>= 0.3.14) mysql2 (>= 0.3.14)
nokogiri (= 1.6.1) nokogiri (= 1.6.1)
oauth oauth
rails (= 4.0.5) rails (= 4.0.8)
rdiscount rdiscount
rspec-rails (~> 2.6) rspec-rails (~> 2.6)
sqlite3 sqlite3