Skip to content

Commit

Permalink
Merge pull request #6484 from activeadmin/bundler_2_2_0
Browse files Browse the repository at this point in the history
Use bundler 2.2.0.rc.1
  • Loading branch information
javierjulio committed Oct 2, 2020
2 parents 7b97626 + f308fda commit 91e4a99
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 2.1.4
command: gem install bundler -v 2.2.0.rc.1

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

BUNDLED WITH
2.1.4
2.2.0.rc.1
2 changes: 1 addition & 1 deletion gemfiles/rails_52/Gemfile.lock
Expand Up @@ -423,4 +423,4 @@ DEPENDENCIES
sqlite3 (~> 1.4)

BUNDLED WITH
2.1.4
2.2.0.rc.1
2 changes: 1 addition & 1 deletion gemfiles/rails_60_turbolinks/Gemfile.lock
Expand Up @@ -443,4 +443,4 @@ DEPENDENCIES
turbolinks (~> 5.2)

BUNDLED WITH
2.1.4
2.2.0.rc.1
2 changes: 1 addition & 1 deletion gemfiles/rails_60_webpacker/Gemfile.lock
Expand Up @@ -448,4 +448,4 @@ DEPENDENCIES
webpacker (~> 5.1)

BUNDLED WITH
2.1.4
2.2.0.rc.1
2 changes: 1 addition & 1 deletion tasks/bug_report_template.rb
Expand Up @@ -16,7 +16,7 @@
gem "sprockets", "3.7.2"
gem "sassc-rails", "2.1.2"
gem "sqlite3", "1.4.1", platform: :mri
gem "activerecord-jdbcsqlite3-adapter", "52.0", platform: :jruby
gem "activerecord-jdbcsqlite3-adapter", "60.0", platform: :jruby
gem "jruby-openssl", "0.10.1", platform: :jruby
end

Expand Down

0 comments on commit 91e4a99

Please sign in to comment.