Skip to content

Commit

Permalink
Pin browser to versions that support ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitystorm committed May 8, 2024
1 parent 9017ead commit 97fa344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ gem "gd2-ffij", ">= 0.4.0"
gem "marcel"

# Used for browser detection
gem "browser"
gem "browser", "< 6" # for ruby 3.0 support

# Used for S3 object storage
gem "aws-sdk-s3"
Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ GEM
brakeman (6.1.2)
racc
brotli (0.5.0)
browser (6.0.0)
browser (5.3.1)
builder (3.2.4)
bzip2-ffi (1.1.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -336,8 +336,7 @@ GEM
minitest (>= 4, < 6)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multi_xml (0.6.0)
mutex_m (0.2.0)
net-http (0.4.1)
uri
Expand Down Expand Up @@ -613,7 +612,7 @@ DEPENDENCIES
bootstrap (~> 5.3.2)
bootstrap_form (~> 5.0)
brakeman
browser
browser (< 6)
bzip2-ffi
cancancan
canonical-rails
Expand Down

0 comments on commit 97fa344

Please sign in to comment.