Skip to content

Commit

Permalink
update rails to 4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Jul 1, 2013
1 parent 3a09b81 commit 0e00547
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gemspec

gem 'actionpack', '~> 4.0.0.rc1'
gem 'activesupport', '~> 4.0.0.rc1'
gem 'actionpack', '~> 4.0.0'
gem 'activesupport', '~> 4.0.0'
gem 'mocha', '~> 0.13.2', require: false
gem 'rake'
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (4.0.0.rc1)
activesupport (= 4.0.0.rc1)
actionpack (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
activesupport (4.0.0.rc1)
activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
atomic (1.1.9)
atomic (1.1.10)
builder (3.1.4)
erubis (2.7.0)
i18n (0.6.4)
metaclass (0.0.1)
minitest (4.7.4)
minitest (4.7.5)
mocha (0.13.3)
metaclass (~> 0.0.1)
multi_json (1.7.3)
multi_json (1.7.7)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
Expand All @@ -41,8 +41,8 @@ PLATFORMS
ruby

DEPENDENCIES
actionpack (~> 4.0.0.rc1)
activesupport (~> 4.0.0.rc1)
actionpack (~> 4.0.0)
activesupport (~> 4.0.0)
has_scope!
mocha (~> 0.13.2)
rake

0 comments on commit 0e00547

Please sign in to comment.