Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update rails dependency to version 3.0.10
  • Loading branch information
sferik committed Aug 17, 2011
1 parent 8e644c0 commit 87a2f71
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source :rubygems

gem 'rails', '~> 3.0.9'
gem 'rails', '~> 3.0.10'
gem 'rake', '~> 0.9.2'
gem 'pg', '~> 0.11.0'
gem 'yajl-ruby', '~> 0.8.2'
Expand Down
56 changes: 25 additions & 31 deletions Gemfile.lock
Expand Up @@ -21,38 +21,34 @@ GIT
GEM
remote: http://rubygems.org/
specs:
POpen4 (0.1.4)
Platform (>= 0.4.0)
open4
Platform (0.4.0)
SystemTimer (1.2.3)
abstract (1.0.0)
actionmailer (3.0.9)
actionpack (= 3.0.9)
actionmailer (3.0.10)
actionpack (= 3.0.10)
mail (~> 2.2.19)
actionpack (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
actionpack (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.9)
activesupport (= 3.0.9)
activemodel (3.0.10)
activesupport (= 3.0.10)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activerecord (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activesupport (3.0.9)
activeresource (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
activesupport (3.0.10)
addressable (2.2.6)
archive-tar-minitar (0.5.2)
arel (2.0.10)
Expand Down Expand Up @@ -145,10 +141,8 @@ GEM
oauth2 (0.4.1)
faraday (~> 0.6.1)
multi_json (>= 0.0.5)
open4 (1.1.0)
orm_adapter (0.0.5)
pg (0.11.0)
polyglot (0.3.2)
pusher (0.8.2)
crack (~> 0.1.0)
multi_json (~> 1.0)
Expand All @@ -161,17 +155,17 @@ GEM
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.9)
actionmailer (= 3.0.9)
actionpack (= 3.0.9)
activerecord (= 3.0.9)
activeresource (= 3.0.9)
activesupport (= 3.0.9)
rails (3.0.10)
actionmailer (= 3.0.10)
actionpack (= 3.0.10)
activerecord (= 3.0.10)
activeresource (= 3.0.10)
activesupport (= 3.0.10)
bundler (~> 1.0)
railties (= 3.0.9)
railties (3.0.9)
actionpack (= 3.0.9)
activesupport (= 3.0.9)
railties (= 3.0.10)
railties (3.0.10)
actionpack (= 3.0.10)
activesupport (= 3.0.10)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
Expand Down Expand Up @@ -282,7 +276,7 @@ DEPENDENCIES
pg (~> 0.11.0)
pusher (~> 0.8.1)
rabl (~> 0.3.0)
rails (~> 3.0.9)
rails (~> 3.0.10)
rake (~> 0.9.2)
refraction (~> 0.2.0)
require_relative (~> 1.0.1)
Expand Down

0 comments on commit 87a2f71

Please sign in to comment.