Skip to content

Commit

Permalink
Do not require specific bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Jun 27, 2019
1 parent 975f113 commit 7c8325d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acfs.gemspec
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'rack'

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'bundler'

if ENV['TRAVIS_BUILD_NUMBER'] && !ENV['TRAVIS_TAG']
# Append travis build number for auto-releases
Expand Down

0 comments on commit 7c8325d

Please sign in to comment.