Skip to content

Commit

Permalink
Merge pull request #9 from logaling/rails-3.2.8
Browse files Browse the repository at this point in the history
Update rails version to 3.2.8
  • Loading branch information
snoozer05 committed Aug 13, 2012
2 parents 64befa0 + bc60928 commit 14bfe02
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'


gem 'rails', '3.2.7' gem 'rails', '3.2.8'


# Bundle edge Rails instead: # Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git' # gem 'rails', :git => 'git://github.com/rails/rails.git'
Expand Down
50 changes: 25 additions & 25 deletions Gemfile.lock
Expand Up @@ -13,31 +13,31 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (3.2.7) actionmailer (3.2.8)
actionpack (= 3.2.7) actionpack (= 3.2.8)
mail (~> 2.4.4) mail (~> 2.4.4)
actionpack (3.2.7) actionpack (3.2.8)
activemodel (= 3.2.7) activemodel (= 3.2.8)
activesupport (= 3.2.7) activesupport (= 3.2.8)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
journey (~> 1.0.4) journey (~> 1.0.4)
rack (~> 1.4.0) rack (~> 1.4.0)
rack-cache (~> 1.2) rack-cache (~> 1.2)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.1.3) sprockets (~> 2.1.3)
activemodel (3.2.7) activemodel (3.2.8)
activesupport (= 3.2.7) activesupport (= 3.2.8)
builder (~> 3.0.0) builder (~> 3.0.0)
activerecord (3.2.7) activerecord (3.2.8)
activemodel (= 3.2.7) activemodel (= 3.2.8)
activesupport (= 3.2.7) activesupport (= 3.2.8)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activeresource (3.2.7) activeresource (3.2.8)
activemodel (= 3.2.7) activemodel (= 3.2.8)
activesupport (= 3.2.7) activesupport (= 3.2.8)
activesupport (3.2.7) activesupport (3.2.8)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.2.8) addressable (2.2.8)
Expand Down Expand Up @@ -105,17 +105,17 @@ GEM
rack rack
rack-test (0.6.1) rack-test (0.6.1)
rack (>= 1.0) rack (>= 1.0)
rails (3.2.7) rails (3.2.8)
actionmailer (= 3.2.7) actionmailer (= 3.2.8)
actionpack (= 3.2.7) actionpack (= 3.2.8)
activerecord (= 3.2.7) activerecord (= 3.2.8)
activeresource (= 3.2.7) activeresource (= 3.2.8)
activesupport (= 3.2.7) activesupport (= 3.2.8)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.2.7) railties (= 3.2.8)
railties (3.2.7) railties (3.2.8)
actionpack (= 3.2.7) actionpack (= 3.2.8)
activesupport (= 3.2.7) activesupport (= 3.2.8)
rack-ssl (~> 1.3.2) rack-ssl (~> 1.3.2)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
Expand Down Expand Up @@ -185,7 +185,7 @@ DEPENDENCIES
haml-rails haml-rails
jquery-rails jquery-rails
logaling-command! logaling-command!
rails (= 3.2.7) rails (= 3.2.8)
rspec-rails rspec-rails
sass-rails (~> 3.2.3) sass-rails (~> 3.2.3)
sqlite3 sqlite3
Expand Down

0 comments on commit 14bfe02

Please sign in to comment.