Skip to content

Commit

Permalink
Fixing Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-nain committed Jul 1, 2024
1 parent 6dd15c3 commit 43d21f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 3.3.2
TargetRubyVersion: 3.1

Style/Documentation:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion vrt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'
spec.files = Dir['lib/**/*.{rb,json}']
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 3.3.2'
spec.required_ruby_version = '>= 3.1'

spec.add_development_dependency 'bundler', '~> 2.5.11'
spec.add_development_dependency 'pry', '~> 0.14.2'
Expand Down

0 comments on commit 43d21f2

Please sign in to comment.