Skip to content

Commit

Permalink
Merge pull request #2 from randallreedjr/upgrade-bundler
Browse files Browse the repository at this point in the history
Upgrade bundler
  • Loading branch information
randallreedjr committed Jul 10, 2020
2 parents dbee1f4 + 926e412 commit 3f9c449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ jobs:
- run:
name: Which bundler?
command: bundle -v
- run:
name: Install bundler
command: gem install bundler -v 2.1.4
- ruby/bundle-install
2 changes: 1 addition & 1 deletion git_swap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "activesupport", "~> 5.2"

spec.add_development_dependency "bundler", "~> 2.0.1"
spec.add_development_dependency "bundler", "~> 2.1.4"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rspec_junit_formatter", "~> 0.4.1"
Expand Down

0 comments on commit 3f9c449

Please sign in to comment.