Skip to content

Commit

Permalink
Fix rails 7.1 build (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior authored Jan 17, 2024
1 parent 00b87c5 commit 8c2e0ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/lumberaxe/gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PATH
remote: ..
specs:
lumberaxe (0.1.4)
activesupport (= 7.1.3)
activesupport (>= 6.0.6.1, < 7.2)
lograge (= 0.10.0)

GEM
Expand Down Expand Up @@ -161,6 +161,8 @@ GEM
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.4)
ast (~> 2.4.1)
Expand Down

0 comments on commit 8c2e0ba

Please sign in to comment.