Skip to content

Commit

Permalink
Add necessary gems for Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rzane committed Jan 21, 2025
1 parent 3beb75b commit 0608332
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

appraise 'rails-7-0' do
gem 'railties', '~> 7.0.0'
gem 'base64'
gem 'bigdecimal'
gem 'concurrent-ruby', '1.3.4'
gem 'logger'
gem 'mutex_m'
end

appraise 'rails-7-1' do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
source "https://rubygems.org"

gem "railties", "~> 7.0.0"
gem "base64"
gem "bigdecimal"
gem "concurrent-ruby", "1.3.4"
gem "logger"
gem "mutex_m"

gemspec path: "../"
8 changes: 8 additions & 0 deletions gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
base64 (0.2.0)
betterlint (1.16.0)
rubocop (~> 1.62.0)
rubocop-graphql (~> 1.5.0)
rubocop-performance (~> 1.21.0)
rubocop-rails (~> 2.24.0)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.28.0)
bigdecimal (3.1.9)
builder (3.3.0)
concurrent-ruby (1.3.4)
crass (1.0.6)
Expand All @@ -58,11 +60,13 @@ GEM
concurrent-ruby (~> 1.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.1.0)
minitest (5.25.4)
mutex_m (0.3.0)
mysql2 (0.5.6)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
Expand Down Expand Up @@ -167,9 +171,13 @@ PLATFORMS

DEPENDENCIES
appraisal
base64
betterlint
bigdecimal
concurrent-ruby (= 1.3.4)
database_cleaner
logger
mutex_m
mysql2
pg
railties (~> 7.0.0)
Expand Down

0 comments on commit 0608332

Please sign in to comment.