Skip to content

Commit

Permalink
updated gems
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeremyanin committed May 7, 2011
1 parent 7100e23 commit 5971eb4
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 38 deletions.
7 changes: 3 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# A sample Gemfile
source "http://rubygems.org"

gem "rails", "3.0.5"
gem 'rails', '3.0.7'
gem 'ruby-openid', '>= 2.0.4', :require => "openid"
gem 'rack-openid'
gem 'will_paginate', :git => "http://github.com/mislav/will_paginate.git", :branch => "rails3"
Expand All @@ -16,11 +15,11 @@ group :development, :test do
gem 'rspec-rails'
gem 'highline'
gem 'sqlite3-ruby', :require => "sqlite3"
# gem 'ruby-debug' # XXX linecache gem currently doesn't work in ruby 1.9
# gem 'ruby-debug19'
gem 'autotest'
gem 'rails3-generators'
end

group :production do
gem 'mysql2'
gem 'mysql2', '~> 0.2.7'
end
68 changes: 34 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@ GEM
RedCloth (4.2.7)
ZenTest (4.5.0)
abstract (1.0.0)
actionmailer (3.0.5)
actionpack (= 3.0.5)
actionmailer (3.0.7)
actionpack (= 3.0.7)
mail (~> 2.2.15)
actionpack (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
actionpack (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.13)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.5)
activesupport (= 3.0.5)
activemodel (3.0.7)
activesupport (= 3.0.7)
builder (~> 2.1.2)
i18n (~> 0.4)
activerecord (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
i18n (~> 0.5.0)
activerecord (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
activesupport (3.0.5)
activeresource (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
activesupport (3.0.7)
acts_as_list (0.1.2)
acts_as_state_machine (2.2.0)
activerecord (>= 2.1)
Expand All @@ -50,44 +50,44 @@ GEM
abstract (>= 1.0.0)
highline (1.6.1)
i18n (0.5.0)
mail (2.2.15)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mysql2 (0.2.6)
mysql2 (0.2.7)
permalink_fu (1.0.0)
polyglot (0.3.1)
rack (1.2.2)
rack-mount (0.6.13)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.5)
actionmailer (= 3.0.5)
actionpack (= 3.0.5)
activerecord (= 3.0.5)
activeresource (= 3.0.5)
activesupport (= 3.0.5)
rails (3.0.7)
actionmailer (= 3.0.7)
actionpack (= 3.0.7)
activerecord (= 3.0.7)
activeresource (= 3.0.7)
activesupport (= 3.0.7)
bundler (~> 1.0)
railties (= 3.0.5)
railties (= 3.0.7)
rails3-generators (0.17.4)
railties (>= 3.0.0)
railties (3.0.5)
actionpack (= 3.0.5)
activesupport (= 3.0.5)
railties (3.0.7)
actionpack (= 3.0.7)
activesupport (= 3.0.7)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-core (2.5.2)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
Expand All @@ -103,7 +103,7 @@ GEM
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.25)
tzinfo (0.3.27)

PLATFORMS
ruby
Expand All @@ -115,10 +115,10 @@ DEPENDENCIES
autotest
bluecloth
highline
mysql2
mysql2 (~> 0.2.7)
permalink_fu
rack-openid
rails (= 3.0.5)
rails (= 3.0.7)
rails3-generators
rspec-rails
ruby-openid (>= 2.0.4)
Expand Down

0 comments on commit 5971eb4

Please sign in to comment.