Skip to content

Commit

Permalink
bundle update bundler-multilock
Browse files Browse the repository at this point in the history
Change-Id: Iaf1043b65157c8fc79d7e0d6176d1ce811d18742
Reviewed-on: https://gerrit.instructure.com/c/switchman-inst-jobs/+/329971
Tested-by: Service Cloud Jenkins <[email protected]>
Reviewed-by: Aaron Ogata <[email protected]>
QA-Review: Cody Cutrer <[email protected]>
Product-Review: Cody Cutrer <[email protected]>
  • Loading branch information
ccutrer committed Oct 11, 2023
1 parent ee321cb commit a1dcc12
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 303 deletions.
10 changes: 3 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

plugin "bundler-multilock", "1.1.2"
plugin "bundler-multilock", "1.2.0"
return unless Plugin.installed?("bundler-multilock")

Plugin.send(:load_plugin, "bundler-multilock")
Expand All @@ -11,21 +11,17 @@ gemspec

lockfile "activerecord-6.1" do
gem "activerecord", "~> 6.1.0"
gem "activerecord-pg-extensions", "~> 0.4"
gem "activesupport", "~> 6.1.0"
gem "activerecord-pg-extensions", "~> 0.4.4"
gem "railties", "~> 6.1.0"
end

lockfile "activerecord-7.0" do
gem "activerecord", "~> 7.0.0"
gem "activerecord-pg-extensions", "~> 0.5"
gem "activesupport", "~> 7.0.0"
gem "railties", "~> 7.0.0"
end

lockfile "activerecord-7.1" do
lockfile do
gem "activerecord", "~> 7.1.0"
gem "activerecord-pg-extensions", "~> 0.5"
gem "activesupport", "~> 7.1.0"
gem "railties", "~> 7.1.0"
end
3 changes: 1 addition & 2 deletions Gemfile.activerecord-6.1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ PLATFORMS

DEPENDENCIES
activerecord (~> 6.1.0)
activerecord-pg-extensions (~> 0.4)
activesupport (~> 6.1.0)
activerecord-pg-extensions (~> 0.4.4)
bundler
byebug
diplomat (~> 2.5.1)
Expand Down
8 changes: 3 additions & 5 deletions Gemfile.activerecord-7.0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ GEM
activerecord (7.0.8)
activemodel (= 7.0.8)
activesupport (= 7.0.8)
activerecord-pg-extensions (0.5.3)
activerecord (~> 7.0.0)
railties (~> 7.0.0)
activerecord-pg-extensions (0.5.4)
activerecord (>= 7.0, < 7.2)
railties (>= 7.0, < 7.2)
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
Expand Down Expand Up @@ -204,8 +204,6 @@ PLATFORMS

DEPENDENCIES
activerecord (~> 7.0.0)
activerecord-pg-extensions (~> 0.5)
activesupport (~> 7.0.0)
bundler
byebug
diplomat (~> 2.5.1)
Expand Down
259 changes: 0 additions & 259 deletions Gemfile.activerecord-7.1.lock

This file was deleted.

Loading

0 comments on commit a1dcc12

Please sign in to comment.