Skip to content

Commit 5087609

Browse files
committed
Update ruby
1 parent aae7f10 commit 5087609

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 2.3
2+
TargetRubyVersion: 3.0
33
Exclude:
44
- 'bin/**/*'
55
- 'db/**/*'

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: ruby
22
rvm:
3-
- 2.3.1
3+
- 3.0.6
44
services:
55
- mongodb

fish0.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.description = 'Plugin for read-only content websites with MongoDB storage.
1515
Works perfect with Rambler&Co CQRS projects'
1616
s.license = 'MIT'
17-
s.required_ruby_version = '~> 2.0'
17+
s.required_ruby_version = '~> 3.0'
1818

1919
s.post_install_message = %(
2020
WARNING starting from 0.1.0 coercion is disabled for Fish0::Model by default

0 commit comments

Comments
 (0)