Skip to content

Commit 0a9774d

Browse files
committed
Update Ruby version requirement to 3.2 and enhance README documentation
1 parent d437ae9 commit 0a9774d

4 files changed

Lines changed: 172 additions & 257 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ require: rubocop-rails
77
inherit_from:
88
- https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml
99
AllCops:
10-
TargetRubyVersion: 3.1
10+
TargetRubyVersion: 3.2
1111
Rails:
1212
Enabled: true

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ gem "simplecov"
1515
gem "vcr"
1616
gem "webmock"
1717
gem "debug"
18+
gem "fiddle"

0 commit comments

Comments
 (0)