Skip to content

Commit

Permalink
Upgraded to Rails 3.2.15.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnow committed Oct 13, 2013
1 parent bbeb879 commit 06283a1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rails', '3.2.15.rc1'
gem 'rails', '3.2.15.rc3'

group :test do
gem 'cucumber-rails', :require => false
Expand Down
54 changes: 27 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@ GEM
remote: http://rubygems.org/
specs:
ZenTest (4.9.4)
actionmailer (3.2.15.rc1)
actionpack (= 3.2.15.rc1)
actionmailer (3.2.15.rc3)
actionpack (= 3.2.15.rc3)
mail (~> 2.5.4)
actionpack (3.2.15.rc1)
activemodel (= 3.2.15.rc1)
activesupport (= 3.2.15.rc1)
actionpack (3.2.15.rc3)
activemodel (= 3.2.15.rc3)
activesupport (= 3.2.15.rc3)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.15.rc1)
activesupport (= 3.2.15.rc1)
activemodel (3.2.15.rc3)
activesupport (= 3.2.15.rc3)
builder (~> 3.0.0)
activerecord (3.2.15.rc1)
activemodel (= 3.2.15.rc1)
activesupport (= 3.2.15.rc1)
activerecord (3.2.15.rc3)
activemodel (= 3.2.15.rc3)
activesupport (= 3.2.15.rc3)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.15.rc1)
activemodel (= 3.2.15.rc1)
activesupport (= 3.2.15.rc1)
activesupport (3.2.15.rc1)
activeresource (3.2.15.rc3)
activemodel (= 3.2.15.rc3)
activesupport (= 3.2.15.rc3)
activesupport (3.2.15.rc3)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.5)
Expand Down Expand Up @@ -129,7 +129,7 @@ GEM
sexp_processor (~> 4.0)
formtastic (2.1.1)
actionpack (~> 3.0)
gherkin (2.12.1)
gherkin (2.12.2)
multi_json (~> 1.3)
google_visualr (2.1.9)
haml (3.1.8)
Expand Down Expand Up @@ -184,14 +184,14 @@ GEM
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.15.rc1)
actionmailer (= 3.2.15.rc1)
actionpack (= 3.2.15.rc1)
activerecord (= 3.2.15.rc1)
activeresource (= 3.2.15.rc1)
activesupport (= 3.2.15.rc1)
rails (3.2.15.rc3)
actionmailer (= 3.2.15.rc3)
actionpack (= 3.2.15.rc3)
activerecord (= 3.2.15.rc3)
activeresource (= 3.2.15.rc3)
activesupport (= 3.2.15.rc3)
bundler (~> 1.0)
railties (= 3.2.15.rc1)
railties (= 3.2.15.rc3)
rails_best_practices (1.14.4)
activesupport
awesome_print
Expand All @@ -201,9 +201,9 @@ GEM
i18n
require_all
ruby-progressbar
railties (3.2.15.rc1)
actionpack (= 3.2.15.rc1)
activesupport (= 3.2.15.rc1)
railties (3.2.15.rc3)
actionpack (= 3.2.15.rc3)
activesupport (= 3.2.15.rc3)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand Down Expand Up @@ -283,7 +283,7 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.37)
tzinfo (0.3.38)
uglifier (2.2.1)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -331,7 +331,7 @@ DEPENDENCIES
mysql2
pdfkit
pg
rails (= 3.2.15.rc1)
rails (= 3.2.15.rc3)
rails_best_practices
rolify
rspec
Expand Down

0 comments on commit 06283a1

Please sign in to comment.