Don't lock Bundler at minor version

This commit is contained in:
Alex Grant 2012-09-21 15:01:35 -04:00
parent 777f42d5e1
commit b658c4ba59
5 changed files with 8 additions and 8 deletions

View File

@ -138,7 +138,7 @@ DEPENDENCIES
appraisal (~> 0.4.0)
aruba
bourne (~> 1.1.2)
bundler (~> 1.1.0)
bundler (~> 1.0)
cucumber (~> 1.1.9)
jdbc-sqlite3
jruby-openssl

View File

@ -1,5 +1,5 @@
PATH
remote: /home/mike/thoughtbot/shoulda-matchers
remote: /Users/alex/projects/shoulda-matchers
specs:
shoulda-matchers (1.3.0)
activesupport (>= 3.0.0)
@ -125,7 +125,7 @@ DEPENDENCIES
appraisal (~> 0.4.0)
aruba
bourne (~> 1.1.2)
bundler (~> 1.1.0)
bundler (~> 1.2.0)
cucumber (~> 1.1.9)
jdbc-sqlite3
jruby-openssl

View File

@ -1,5 +1,5 @@
PATH
remote: /home/mike/thoughtbot/shoulda-matchers
remote: /Users/alex/projects/shoulda-matchers
specs:
shoulda-matchers (1.3.0)
activesupport (>= 3.0.0)
@ -145,7 +145,7 @@ DEPENDENCIES
appraisal (~> 0.4.0)
aruba
bourne (~> 1.1.2)
bundler (~> 1.1.0)
bundler (~> 1.2.0)
cucumber (~> 1.1.9)
jdbc-sqlite3
jquery-rails

View File

@ -1,5 +1,5 @@
PATH
remote: /home/mike/thoughtbot/shoulda-matchers
remote: /Users/alex/projects/shoulda-matchers
specs:
shoulda-matchers (1.3.0)
activesupport (>= 3.0.0)
@ -142,7 +142,7 @@ DEPENDENCIES
appraisal (~> 0.4.0)
aruba
bourne (~> 1.1.2)
bundler (~> 1.1.0)
bundler (~> 1.2.0)
cucumber (~> 1.1.9)
jdbc-sqlite3
jquery-rails

View File

@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('appraisal', '~> 0.4.0')
s.add_development_dependency('aruba')
s.add_development_dependency('bourne', '~> 1.1.2')
s.add_development_dependency('bundler', '~> 1.1.0')
s.add_development_dependency('bundler', '~> 1.0')
s.add_development_dependency('cucumber', '~> 1.1.9')
s.add_development_dependency('rails', '~> 3.0')
s.add_development_dependency('rake', '~> 0.9.2')