Skip to content

Commit

Permalink
upgrade ruby to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroAugustoRamalhoDuarte committed Dec 29, 2024
1 parent cd4d9f3 commit b757134
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
env:
RUBY_VERSION: 3.3.6
RUBY_VERSION: 3.4.1

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inherit_gem:

AllCops:
NewCops: enable
TargetRubyVersion: 3.3
TargetRubyVersion: 3.4
Exclude:
- 'tmp/**/*'
- '**/*/bundle'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ gem "sqlite3"

# Serializers

gem "panko_serializer", "~> 0.8"
gem "panko_serializer", "~> 0.8.3"

gem "active_model_serializers", "~> 0.10.0"
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,17 +150,17 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.17.2)
nokogiri (1.18.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.0-x86_64-linux-gnu)
racc (~> 1.4)
oj (3.16.8)
oj (3.16.9)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
ostruct (0.6.1)
pagy (9.3.3)
panko_serializer (0.8.2)
panko_serializer (0.8.3)
activesupport
oj (> 3.11.0, < 4.0.0)
parallel (1.26.3)
Expand Down Expand Up @@ -283,9 +283,9 @@ GEM
ruby-next-core (1.0.3)
ruby-progressbar (1.13.0)
securerandom (0.4.0)
sqlite3 (2.4.1)
sqlite3 (2.5.0)
mini_portile2 (~> 2.8.0)
sqlite3 (2.4.1-x86_64-linux-gnu)
sqlite3 (2.5.0-x86_64-linux-gnu)
stringio (3.1.2)
switchcop (0.2.1)
rubocop (~> 1.69)
Expand Down Expand Up @@ -317,7 +317,7 @@ DEPENDENCIES
active_model_serializers (~> 0.10.0)
ammeter (~> 1.1.5)
database_cleaner
panko_serializer (~> 0.8)
panko_serializer (~> 0.8.3)
rails (~> 8.0)
rake (~> 13.0)
rest-api-generator!
Expand Down

0 comments on commit b757134

Please sign in to comment.