diff options
author | icebaker <icebaker@proton.me> | 2023-12-09 22:08:07 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-12-09 22:08:07 -0300 |
commit | 385f6ea128b19e295d231acd62786c8b466054dd (patch) | |
tree | 6d76ba273376c01c0af4b2f0348efa321e08075b | |
parent | 9192057eb62e3ced2d0ae4b551e437941470e77c (diff) |
changing minimum ruby version requirement
-rw-r--r-- | .rubocop.yml | 2 | ||||
-rw-r--r-- | .ruby-version | 2 | ||||
-rw-r--r-- | static/gem.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 14382e5..81c5e10 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,5 @@ AllCops: - TargetRubyVersion: 3.1.4 + TargetRubyVersion: 3.1.0 NewCops: enable Style/Documentation: diff --git a/.ruby-version b/.ruby-version index 0aec50e..fd2a018 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.4 +3.1.0 diff --git a/static/gem.rb b/static/gem.rb index 08c47fc..3959eda 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -10,6 +10,6 @@ module NanoBot github: 'https://github.com/icebaker/ruby-nano-bots', gem_server: 'https://rubygems.org', license: 'MIT', - ruby: '3.1.4' + ruby: '3.1.0' }.freeze end |