Skip to content

Commit ba2a995

Browse files
committed
chore: freshen Gemfile.lock
brew install chruby brew install ruby-install ruby-install --latest ruby source /usr/local/opt/chruby/share/chruby/chruby.sh chruby 3.1.3 rm Gemfile.lock bundle To see if that fixes new CI failures caused by changes in GitHub Actions as seen here: - https://github.com/wincent/command-t/actions/runs/3689296487/jobs/6245086655 Bundler 2.3.5 is running, but your lockfile was generated with 2.0.2. Installing Bundler 2.0.2 and restarting using that version. ... Using bundler 2.0.2 Following files may not be writable, so sudo is needed: /var/lib/gems/3.0.0 /var/lib/gems/3.0.0/build_info /var/lib/gems/3.0.0/cache /var/lib/gems/3.0.0/doc /var/lib/gems/3.0.0/extensions /var/lib/gems/3.0.0/gems /var/lib/gems/3.0.0/plugins /var/lib/gems/3.0.0/specifications Fetching diff-lcs 1.3 /var/lib/gems/3.0.0/gems/bundler-2.0.2/lib/bundler/shared_helpers.rb:36: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2. ArgumentError: wrong number of arguments (given 2, expected 1) An error occurred while installing diff-lcs (1.3), and Bundler cannot continue. Make sure that `gem install diff-lcs -v '1.3' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: rspec was resolved to 3.9.0, which depends on rspec-expectations was resolved to 3.9.0, which depends on diff-lcs
1 parent 89ea492 commit ba2a995

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
diff-lcs (1.3)
5-
rspec (3.9.0)
6-
rspec-core (~> 3.9.0)
7-
rspec-expectations (~> 3.9.0)
8-
rspec-mocks (~> 3.9.0)
9-
rspec-core (3.9.0)
10-
rspec-support (~> 3.9.0)
11-
rspec-expectations (3.9.0)
4+
diff-lcs (1.5.0)
5+
rspec (3.12.0)
6+
rspec-core (~> 3.12.0)
7+
rspec-expectations (~> 3.12.0)
8+
rspec-mocks (~> 3.12.0)
9+
rspec-core (3.12.0)
10+
rspec-support (~> 3.12.0)
11+
rspec-expectations (3.12.0)
1212
diff-lcs (>= 1.2.0, < 2.0)
13-
rspec-support (~> 3.9.0)
14-
rspec-mocks (3.9.0)
13+
rspec-support (~> 3.12.0)
14+
rspec-mocks (3.12.1)
1515
diff-lcs (>= 1.2.0, < 2.0)
16-
rspec-support (~> 3.9.0)
17-
rspec-support (3.9.0)
16+
rspec-support (~> 3.12.0)
17+
rspec-support (3.12.0)
1818

1919
PLATFORMS
20-
ruby
20+
x86_64-darwin-21
2121

2222
DEPENDENCIES
2323
rspec
2424

2525
BUNDLED WITH
26-
2.0.2
26+
2.3.26

0 commit comments

Comments
 (0)