Skip to content

Commit

Permalink
Add Ruby dependency in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie committed Dec 3, 2024
1 parent bc4e666 commit 88647bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.6
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ gem "mocha"
gem "puma"
if !@rails_gem_requirement
gem "rails"
ruby ">= 3.2.0"
else
# causes Dependabot to ignore the next line and update the next gem "rails"
# causes Dependabot to ignore the next line and update the previous gem "rails"
rails = "rails"
gem rails, @rails_gem_requirement
end
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,8 @@ DEPENDENCIES
sqlite3
yard

RUBY VERSION
ruby 3.3.6p108

BUNDLED WITH
2.4.6

0 comments on commit 88647bc

Please sign in to comment.