Skip to content

Commit

Permalink
Updated generator bundler dependency to ~> 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Jun 2, 2020
1 parent cc0141c commit f89364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/juwelier/generator.rb
Expand Up @@ -113,7 +113,7 @@ def initialize(options = {})

development_dependencies << ["cucumber", ">= 0"] if should_use_cucumber

development_dependencies << ["bundler", "~> 1.0"]
development_dependencies << ["bundler", "~> 2.0"]
development_dependencies << ["juwelier", "~> #{Juwelier::Version::STRING}"]
development_dependencies << ["simplecov", ">= 0"]

Expand Down

0 comments on commit f89364b

Please sign in to comment.