Skip to content

Commit

Permalink
Allow bundler 1.2.0.pre.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Sep 12, 2012
1 parent 00bca1c commit f191aa2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -138,7 +138,7 @@ DEPENDENCIES
appraisal (~> 0.4.0)
aruba
bourne (~> 1.1.2)
bundler (~> 1.1.0)
bundler (~> 1.1)
cucumber (~> 1.1.9)
jdbc-sqlite3
jruby-openssl
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile.lock
Expand Up @@ -125,7 +125,7 @@ DEPENDENCIES
appraisal (~> 0.4.0)
aruba
bourne (~> 1.1.2)
bundler (~> 1.1.0)
bundler (~> 1.1)
cucumber (~> 1.1.9)
jdbc-sqlite3
jruby-openssl
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.gemfile.lock
Expand Up @@ -145,7 +145,7 @@ DEPENDENCIES
appraisal (~> 0.4.0)
aruba
bourne (~> 1.1.2)
bundler (~> 1.1.0)
bundler (~> 1.1)
cucumber (~> 1.1.9)
jdbc-sqlite3
jquery-rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile.lock
Expand Up @@ -142,7 +142,7 @@ DEPENDENCIES
appraisal (~> 0.4.0)
aruba
bourne (~> 1.1.2)
bundler (~> 1.1.0)
bundler (~> 1.1)
cucumber (~> 1.1.9)
jdbc-sqlite3
jquery-rails
Expand Down
2 changes: 1 addition & 1 deletion shoulda-matchers.gemspec
Expand Up @@ -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.1')
s.add_development_dependency('cucumber', '~> 1.1.9')
s.add_development_dependency('rails', '~> 3.0')
s.add_development_dependency('rake', '~> 0.9.2')
Expand Down

0 comments on commit f191aa2

Please sign in to comment.