Skip to content

Commit

Permalink
Updated Gemfile to use activerecord 3.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Narnach committed Mar 19, 2013
1 parent 85ef9b9 commit 0b7a287
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,8 +1,8 @@
source :rubygems source :rubygems


gem 'rake' gem 'rake'
gem 'activerecord', ENV['AR'] || '~> 3.2.13.rc' gem 'activerecord', ENV['AR'] || '~> 3.2.13'
gem 'railties', ENV['AR'] || '~> 3.2.13.rc' gem 'railties', ENV['AR'] || '~> 3.2.13'


group :dev do group :dev do
gem 'sqlite3' gem 'sqlite3'
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
@@ -1,25 +1,25 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionpack (3.2.13.rc1) actionpack (3.2.13)
activemodel (= 3.2.13.rc1) activemodel (= 3.2.13)
activesupport (= 3.2.13.rc1) activesupport (= 3.2.13)
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.5) rack (~> 1.4.5)
rack-cache (~> 1.2) rack-cache (~> 1.2)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.2.1) sprockets (~> 2.2.1)
activemodel (3.2.13.rc1) activemodel (3.2.13)
activesupport (= 3.2.13.rc1) activesupport (= 3.2.13)
builder (~> 3.0.0) builder (~> 3.0.0)
activerecord (3.2.13.rc1) activerecord (3.2.13)
activemodel (= 3.2.13.rc1) activemodel (= 3.2.13)
activesupport (= 3.2.13.rc1) activesupport (= 3.2.13)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activesupport (3.2.13.rc1) activesupport (3.2.13)
i18n (= 0.6.1) i18n (= 0.6.1)
multi_json (~> 1.0) multi_json (~> 1.0)
arel (3.0.2) arel (3.0.2)
Expand All @@ -35,17 +35,17 @@ GEM
rake rake
journey (1.0.4) journey (1.0.4)
json (1.7.7) json (1.7.7)
multi_json (1.6.1) multi_json (1.7.1)
rack (1.4.5) rack (1.4.5)
rack-cache (1.2) rack-cache (1.2)
rack (>= 0.4) rack (>= 0.4)
rack-ssl (1.3.3) rack-ssl (1.3.3)
rack rack
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
railties (3.2.13.rc1) railties (3.2.13)
actionpack (= 3.2.13.rc1) actionpack (= 3.2.13)
activesupport (= 3.2.13.rc1) activesupport (= 3.2.13)
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 All @@ -68,16 +68,16 @@ GEM
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6) sqlite3 (1.3.6)
thor (0.17.0) thor (0.17.0)
tilt (1.3.3) tilt (1.3.6)
tzinfo (0.3.35) tzinfo (0.3.37)


PLATFORMS PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
activerecord (~> 3.2.13.rc) activerecord (~> 3.2.13)
jeweler jeweler
railties (~> 3.2.13.rc) railties (~> 3.2.13)
rake rake
rspec (~> 2) rspec (~> 2)
sqlite3 sqlite3

0 comments on commit 0b7a287

Please sign in to comment.