Skip to content

Commit

Permalink
Chore: bump bundler version to 2.1.2 (#409)
Browse files Browse the repository at this point in the history
* Bump bundler version to 1.16.6

Previous version: 1.14.6

* Update bundle version to 1.17.3

* Upgrade bundler to 2.1.2

The final version of 2019.
  • Loading branch information
chhhris authored Feb 21, 2020
1 parent a3bd938 commit f6c9b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: install test

install:
gem install bundler:1.14.6; bundle install
gem install bundler:2.1.2; bundle install

test:
bundle exec rake spec

0 comments on commit f6c9b53

Please sign in to comment.