Skip to content

Commit

Permalink
Used the spermy operator for better gem version hygiene.
Browse files Browse the repository at this point in the history
  • Loading branch information
techiferous committed Nov 6, 2011
1 parent 95b9e40 commit a4f66f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
@@ -1,14 +1,14 @@
source :rubygems
gem 'rack', '>= 1.0.0'
gem 'nokogiri', '>= 1.4.0'
gem 'rack', '~>1.0'
gem 'nokogiri', '~>1.4'

group :development do
gem 'jeweler', '>= 1.6.0'
gem 'jeweler', '~>1.6'
end

group :test do
gem 'diffy', '~>2.0.4'
gem 'colored'
gem 'colored', '~>1.2'
end

group :development, :test do
Expand Down

0 comments on commit a4f66f8

Please sign in to comment.