Skip to content

Commit

Permalink
Also lock securerandom to < 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Dec 15, 2024
1 parent ee19530 commit a8011f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gemspec

gem "securerandom", "~> 0.3"
gem "securerandom", "~> 0.3", "< 0.4"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ GEM
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
securerandom (0.4.0)
securerandom (0.3.2)
standard (1.24.3)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.44.1)
Expand Down Expand Up @@ -254,7 +254,7 @@ DEPENDENCIES
mocha (~> 1.13)
rails (>= 5.2)
rake (~> 13.0)
securerandom (~> 0.3)
securerandom (~> 0.3, < 0.4)
standard (~> 1.24)
stimulus_reflex!

Expand Down

0 comments on commit a8011f7

Please sign in to comment.