Skip to content

Commit

Permalink
Bump locked bundler to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jan 6, 2019
1 parent eccf8e8 commit 0b651b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -10,7 +10,7 @@ version: 2.1
.install_bundler: &install_bundler
run:
name: Install a specific bundler version
command: gem install bundler -v 1.17.3
command: gem install bundler -v 2.0.1

.copy_current_gemfile: &copy_current_gemfile
run:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -431,4 +431,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.17.3
2.0.1
2 changes: 1 addition & 1 deletion gemfiles/rails_50.gemfile.lock
Expand Up @@ -351,4 +351,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.17.3
2.0.1
2 changes: 1 addition & 1 deletion gemfiles/rails_51.gemfile.lock
Expand Up @@ -351,4 +351,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.17.3
2.0.1

0 comments on commit 0b651b9

Please sign in to comment.