Skip to content

Commit

Permalink
Lock securerandom to ~> 0.3
Browse files Browse the repository at this point in the history
> bundle install
/opt/hostedtoolcache/Ruby/3.0.7/x64/bin/bundle config --local path /home/runner/work/stimulus_reflex/stimulus_reflex/vendor/bundle
/opt/hostedtoolcache/Ruby/3.0.7/x64/bin/bundle config --local deployment true
Cache key: setup-ruby-bundler-cache-v6-ubuntu-24.04-x64-ruby-3.0.7-wd-/home/runner/work/stimulus_reflex/stimulus_reflex-with--without--only--Gemfile.lock-59fd8362f3d2bd289a42d548287569ff08a66d2b03baa3c4fc9670348369ac95
Cache Size: ~29 MB (30677739 B)
/usr/bin/tar -xf /home/runner/work/_temp/601a717f-eaa5-4ecb-baea-b133ac6879de/cache.tzst -P -C /home/runner/work/stimulus_reflex/stimulus_reflex --use-compress-program unzstd
Cache restored successfully
Found cache for key: setup-ruby-bundler-cache-v6-ubuntu-24.04-x64-ruby-3.0.7-wd-/home/runner/work/stimulus_reflex/stimulus_reflex-with--without--only--Gemfile.lock-fd4f13abaa0d6caa3335a245af286fe3ce39d499b98a9b4a8dfd7637b8271304
/opt/hostedtoolcache/Ruby/3.0.7/x64/bin/bundle install --jobs 4
Received 30677739 of 30677739 (100.0%), 29.2 MBs/sec
Fetching gem metadata from https://rubygems.org/.........
securerandom-0.4.0 requires ruby version >= 3.1.0, which is incompatible with
the current version, 3.0.7
Error: The process '/opt/hostedtoolcache/Ruby/3.0.7/x64/bin/bundle' failed with exit code 5
  • Loading branch information
marcoroth committed Dec 15, 2024
1 parent c4cb860 commit ee19530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gemspec

gem "securerandom", "~> 0.3"
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ DEPENDENCIES
mocha (~> 1.13)
rails (>= 5.2)
rake (~> 13.0)
securerandom (~> 0.3)
standard (~> 1.24)
stimulus_reflex!

Expand Down

0 comments on commit ee19530

Please sign in to comment.