We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae7f10 commit 5087609Copy full SHA for 5087609
.rubocop.yml
@@ -1,5 +1,5 @@
1
AllCops:
2
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 3.0
3
Exclude:
4
- 'bin/**/*'
5
- 'db/**/*'
.travis.yml
language: ruby
rvm:
- - 2.3.1
+ - 3.0.6
services:
- mongodb
fish0.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
s.description = 'Plugin for read-only content websites with MongoDB storage.
15
Works perfect with Rambler&Co CQRS projects'
16
s.license = 'MIT'
17
- s.required_ruby_version = '~> 2.0'
+ s.required_ruby_version = '~> 3.0'
18
19
s.post_install_message = %(
20
WARNING starting from 0.1.0 coercion is disabled for Fish0::Model by default
0 commit comments