Skip to content

Commit

Permalink
Add ruby version to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Jan 22, 2025
1 parent c60d5c5 commit a50edc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

source 'https://rubygems.org'

ruby "3.1.2"

gemspec

group :development, :test do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -365,5 +365,8 @@ DEPENDENCIES
validation_test_kit!
webmock (~> 3.11)

RUBY VERSION
ruby 3.1.2p20

BUNDLED WITH
2.5.13

0 comments on commit a50edc4

Please sign in to comment.