Skip to content

Commit

Permalink
Update fakeweb dependency to version 1.3.0
Browse files Browse the repository at this point in the history
Remove version number from Gemfile. Specific version numbers belong in
the manifest (Gemfile.lock) unless we need to direct bundler to use a
specific version for some reason (e.g. compatibility).
  • Loading branch information
sferik committed Jul 16, 2011
1 parent 5a1bbf5 commit 13bba79
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -39,7 +39,7 @@ group :test do
gem 'cucumber-rails'
gem 'database_cleaner'
gem 'factory_girl_rails'
gem 'fakeweb', '1.2.6'
gem 'fakeweb'
gem 'launchy', '0.3.7'
gem 'nokogiri'
gem 'rack-test', '0.5.7', :require => 'rack/test'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -69,7 +69,7 @@ GEM
factory_girl_rails (1.0.1)
factory_girl (~> 1.3)
railties (>= 3.0.0)
fakeweb (1.2.6)
fakeweb (1.3.0)
ffi (1.0.9)
ffi (1.0.9-java)
fog (0.9.0)
Expand Down Expand Up @@ -187,7 +187,7 @@ DEPENDENCIES
database_cleaner
delayed_job
factory_girl_rails
fakeweb (= 1.2.6)
fakeweb
fog
gchartrb (= 0.8)
gravtastic
Expand Down
Binary file removed vendor/cache/fakeweb-1.2.6.gem
Binary file not shown.
Binary file added vendor/cache/fakeweb-1.3.0.gem
Binary file not shown.

0 comments on commit 13bba79

Please sign in to comment.