diff options
-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 |