Skip to content

Commit

Permalink
Bumped rails to 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Aug 29, 2012
1 parent 760a31b commit a7ad304
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.7)
actionpack (= 3.2.7)
actionmailer (3.2.8)
actionpack (= 3.2.8)
mail (~> 2.4.4)
actionpack (3.2.7)
activemodel (= 3.2.7)
activesupport (= 3.2.7)
actionpack (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.1.3)
activemodel (3.2.7)
activesupport (= 3.2.7)
activemodel (3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
activerecord (3.2.7)
activemodel (= 3.2.7)
activesupport (= 3.2.7)
activerecord (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.7)
activemodel (= 3.2.7)
activesupport (= 3.2.7)
activesupport (3.2.7)
activeresource (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
acts-as-taggable-on (2.3.3)
Expand Down Expand Up @@ -106,7 +106,7 @@ GEM
rspec (~> 2.0)
rspec-instafail (~> 0.2.0)
ruby-progressbar (~> 0.0.10)
haml (3.1.4)
haml (3.1.7)
headless (0.2.2)
highline (1.6.11)
hike (1.2.1)
Expand All @@ -116,7 +116,7 @@ GEM
jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
json (1.7.4)
json (1.7.5)
kgio (2.7.4)
libv8 (3.3.10.4)
libwebsocket (0.1.3)
Expand Down Expand Up @@ -168,19 +168,19 @@ GEM
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.7)
actionmailer (= 3.2.7)
actionpack (= 3.2.7)
activerecord (= 3.2.7)
activeresource (= 3.2.7)
activesupport (= 3.2.7)
rails (3.2.8)
actionmailer (= 3.2.8)
actionpack (= 3.2.8)
activerecord (= 3.2.8)
activeresource (= 3.2.8)
activesupport (= 3.2.8)
bundler (~> 1.0)
railties (= 3.2.7)
railties (= 3.2.8)
rails3-jquery-autocomplete (1.0.7)
rails (~> 3.0)
railties (3.2.7)
actionpack (= 3.2.7)
activesupport (= 3.2.7)
railties (3.2.8)
actionpack (= 3.2.8)
activesupport (= 3.2.8)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand Down Expand Up @@ -217,7 +217,7 @@ GEM
linecache (>= 0.3)
ruby-progressbar (0.0.10)
rubyzip (0.9.9)
sass (3.1.16)
sass (3.2.1)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
Expand All @@ -239,7 +239,7 @@ GEM
sqlite3 (1.3.6)
therubyracer (0.10.1)
libv8 (~> 3.3.10)
thor (0.15.4)
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.10)
polyglot
Expand Down Expand Up @@ -283,7 +283,7 @@ DEPENDENCIES
factory_girl_rails (~> 3.0.0)
ffaker (>= 1.12.0)
fuubar
haml (~> 3.1.3)
haml (~> 3)
headless
jquery-rails
nokogiri
Expand All @@ -293,13 +293,13 @@ DEPENDENCIES
premailer
prototype-rails
pry-rails
rails (~> 3.2.6)
rails (~> 3.2)
rails3-jquery-autocomplete
ransack_ffcrm (~> 0.6.0)
responds_to_parent (>= 1.1.0)
rspec-rails (~> 2.9.0)
ruby-debug
sass (~> 3.1.10)
sass (~> 3)
sass-rails (~> 3.2.3)
simple_form (~> 2.0.1)
spork
Expand Down

0 comments on commit a7ad304

Please sign in to comment.