Skip to content

Commit

Permalink
Updated to the latest RSpec, gravatar_image_tag, and sqlite3-ruby gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartl committed Dec 15, 2010
1 parent 74c1b20 commit 60f9d66
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
source 'http://rubygems.org'

gem 'rails', '3.0.3'
gem 'gravatar_image_tag', '0.1.0'
gem 'gravatar_image_tag', '1.0.0.pre2'
gem 'will_paginate', '3.0.pre2'
gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'
gem 'sqlite3-ruby', '1.3.2', :require => 'sqlite3'

group :development do
gem 'rspec-rails', '2.1.0'
gem 'rspec-rails', '2.3.0'
gem 'annotate-models', '1.0.4'
gem 'faker', '0.3.1'
end

group :test do
gem 'rspec', '2.1.0'
gem 'rspec', '2.3.0'
gem 'webrat', '0.7.1'
gem 'spork', '0.8.4'
gem 'factory_girl_rails', '1.0'
Expand Down
33 changes: 18 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
factory_girl (~> 1.3)
rails (>= 3.0.0.beta4)
faker (0.3.1)
gravatar_image_tag (0.1.0)
gravatar_image_tag (1.0.0.pre2)
i18n (0.5.0)
mail (2.2.11)
activesupport (>= 2.3.6)
Expand Down Expand Up @@ -68,18 +68,21 @@ GEM
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rspec (2.1.0)
rspec-core (~> 2.1.0)
rspec-expectations (~> 2.1.0)
rspec-mocks (~> 2.1.0)
rspec-core (2.1.0)
rspec-expectations (2.1.0)
rspec (2.3.0)
rspec-core (~> 2.3.0)
rspec-expectations (~> 2.3.0)
rspec-mocks (~> 2.3.0)
rspec-core (2.3.0)
rspec-expectations (2.3.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.1.0)
rspec-rails (2.1.0)
rspec (~> 2.1.0)
rspec-mocks (2.3.0)
rspec-rails (2.3.0)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.3.0)
spork (0.8.4)
sqlite3-ruby (1.2.5)
sqlite3-ruby (1.3.2)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
Expand All @@ -97,11 +100,11 @@ DEPENDENCIES
annotate-models (= 1.0.4)
factory_girl_rails (= 1.0)
faker (= 0.3.1)
gravatar_image_tag (= 0.1.0)
gravatar_image_tag (= 1.0.0.pre2)
rails (= 3.0.3)
rspec (= 2.1.0)
rspec-rails (= 2.1.0)
rspec (= 2.3.0)
rspec-rails (= 2.3.0)
spork (= 0.8.4)
sqlite3-ruby (= 1.2.5)
sqlite3-ruby (= 1.3.2)
webrat (= 0.7.1)
will_paginate (= 3.0.pre2)

0 comments on commit 60f9d66

Please sign in to comment.