-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Gemfile not updating for peer dependencies (#7621)
- Loading branch information
1 parent
525b183
commit 4392f1c
Showing
6 changed files
with
227 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
bundler/spec/fixtures/projects/bundler1/top_level_update/Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# frozen_string_literal: true | ||
|
||
source "https://rubygems.org" | ||
|
||
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } | ||
|
||
gem "octicons", "~> 19.2" | ||
gem "octicons_helper", "~> 19.2" |
74 changes: 74 additions & 0 deletions
74
bundler/spec/fixtures/projects/bundler1/top_level_update/Gemfile.lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionpack (7.0.6) | ||
actionview (= 7.0.6) | ||
activesupport (= 7.0.6) | ||
rack (~> 2.0, >= 2.2.4) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.2.0) | ||
actionview (7.0.6) | ||
activesupport (= 7.0.6) | ||
builder (~> 3.1) | ||
erubi (~> 1.4) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.1, >= 1.2.0) | ||
activesupport (7.0.6) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1) | ||
tzinfo (~> 2.0) | ||
builder (3.2.4) | ||
concurrent-ruby (1.2.2) | ||
crass (1.0.6) | ||
erubi (1.12.0) | ||
i18n (1.14.1) | ||
concurrent-ruby (~> 1.0) | ||
loofah (2.21.3) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.12.0) | ||
method_source (1.0.0) | ||
mini_portile2 (2.8.4) | ||
minitest (5.18.1) | ||
nokogiri (1.15.3) | ||
mini_portile2 (~> 2.8.2) | ||
racc (~> 1.4) | ||
octicons (19.2.0) | ||
octicons_helper (19.2.0) | ||
actionview | ||
octicons (= 19.2.0) | ||
railties | ||
racc (1.7.1) | ||
rack (2.2.7) | ||
rack-test (2.1.0) | ||
rack (>= 1.3) | ||
rails-dom-testing (2.1.1) | ||
activesupport (>= 5.0.0) | ||
minitest | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.6.0) | ||
loofah (~> 2.21) | ||
nokogiri (~> 1.14) | ||
railties (7.0.6) | ||
actionpack (= 7.0.6) | ||
activesupport (= 7.0.6) | ||
method_source | ||
rake (>= 12.2) | ||
thor (~> 1.0) | ||
zeitwerk (~> 2.5) | ||
rake (13.0.6) | ||
thor (1.2.2) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
zeitwerk (2.6.8) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
octicons (~> 19.2) | ||
octicons_helper (~> 19.2) | ||
|
||
BUNDLED WITH | ||
1.17.3 |
8 changes: 8 additions & 0 deletions
8
bundler/spec/fixtures/projects/bundler2/top_level_update/Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# frozen_string_literal: true | ||
|
||
source "https://rubygems.org" | ||
|
||
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } | ||
|
||
gem "octicons", "~> 19.2" | ||
gem "octicons_helper", "~> 19.2" |
74 changes: 74 additions & 0 deletions
74
bundler/spec/fixtures/projects/bundler2/top_level_update/Gemfile.lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionpack (7.0.6) | ||
actionview (= 7.0.6) | ||
activesupport (= 7.0.6) | ||
rack (~> 2.0, >= 2.2.4) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.2.0) | ||
actionview (7.0.6) | ||
activesupport (= 7.0.6) | ||
builder (~> 3.1) | ||
erubi (~> 1.4) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.1, >= 1.2.0) | ||
activesupport (7.0.6) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1) | ||
tzinfo (~> 2.0) | ||
builder (3.2.4) | ||
concurrent-ruby (1.2.2) | ||
crass (1.0.6) | ||
erubi (1.12.0) | ||
i18n (1.14.1) | ||
concurrent-ruby (~> 1.0) | ||
loofah (2.21.3) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.12.0) | ||
method_source (1.0.0) | ||
mini_portile2 (2.8.2) | ||
minitest (5.18.1) | ||
nokogiri (1.15.2) | ||
mini_portile2 (~> 2.8.2) | ||
racc (~> 1.4) | ||
octicons (19.2.0) | ||
octicons_helper (19.2.0) | ||
actionview | ||
octicons (= 19.2.0) | ||
railties | ||
racc (1.7.1) | ||
rack (2.2.7) | ||
rack-test (2.1.0) | ||
rack (>= 1.3) | ||
rails-dom-testing (2.1.1) | ||
activesupport (>= 5.0.0) | ||
minitest | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.6.0) | ||
loofah (~> 2.21) | ||
nokogiri (~> 1.14) | ||
railties (7.0.6) | ||
actionpack (= 7.0.6) | ||
activesupport (= 7.0.6) | ||
method_source | ||
rake (>= 12.2) | ||
thor (~> 1.0) | ||
zeitwerk (~> 2.5) | ||
rake (13.0.6) | ||
thor (1.2.2) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
zeitwerk (2.6.8) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
octicons (~> 19.2) | ||
octicons_helper (~> 19.2) | ||
|
||
BUNDLED WITH | ||
2.1.4 |