Skip to content

Commit

Permalink
Allow any version of bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Sep 28, 2019
1 parent 3f4bdf8 commit 054b83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facebook-messenger.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'httparty', '~> 0.13', '>= 0.13.7'
spec.add_runtime_dependency 'rack', '>= 1.4.5'

spec.add_development_dependency 'bundler', '~> 1.11'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'coveralls'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'rack-test', '~> 0.6.3'
Expand Down

0 comments on commit 054b83f

Please sign in to comment.