Skip to content

Commit

Permalink
Remove version number from Gemfile
Browse files Browse the repository at this point in the history
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 25, 2011
1 parent 1d3f9bf commit 35710b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -41,7 +41,7 @@ group :development, :test do
end

group :test do
gem 'cucumber-rails', '~> 1.0.2'
gem 'cucumber-rails'
gem 'database_cleaner'
gem 'factory_girl_rails'
gem 'launchy'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -144,7 +144,7 @@ GEM
silent-postgres (0.0.8)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
tilt (< 2.0, >= 1.2.2)
system_timer (1.2.4)
term-ansicolor (1.0.6)
thor (0.14.6)
Expand All @@ -156,7 +156,7 @@ GEM
validates_url_format_of (0.1.0)
activerecord (>= 2.3.4)
webmock (1.6.4)
addressable (~> 2.2, > 2.2.5)
addressable (> 2.2.5, ~> 2.2)
crack (>= 0.1.7)
webrat (0.5.3)
nokogiri (>= 1.2.0)
Expand All @@ -172,7 +172,7 @@ PLATFORMS

DEPENDENCIES
clearance (~> 0.9.1)
cucumber-rails (~> 1.0.2)
cucumber-rails
database_cleaner
delayed_job
factory_girl_rails
Expand Down

0 comments on commit 35710b2

Please sign in to comment.