Skip to content

Commit 4879732

Browse files
authored
Merge pull request #12 from boardfish/0.2.0
Bump to 0.2.0, lint, force Ruby 3
2 parents a500955 + c985181 commit 4879732

File tree

14 files changed

+370
-265
lines changed

14 files changed

+370
-265
lines changed

.github/workflows/rubyonrails-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
bin/bundler-audit --update
2727
- name: Run linters
2828
run: |
29-
# bin/rubocop
29+
bin/standardrb --no-fix
3030
- name: Run tests
3131
run: |
3232
bin/rspec

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 2.7.5
1+
ruby 3.3.0

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# frozen_string_literal: true
22

3-
source 'https://rubygems.org'
3+
source "https://rubygems.org"
44

55
# Specify your gem's dependencies in nvar.gemspec
66
gemspec
77

8-
gem 'rake', '~> 12.0'
9-
gem 'rspec', '~> 3.0'
8+
gem "rake", "~> 12.0"
9+
gem "rspec", "~> 3.0"

0 commit comments

Comments
 (0)