Skip to content

Commit

Permalink
Merge pull request #12 from boardfish/0.2.0
Browse files Browse the repository at this point in the history
Bump to 0.2.0, lint, force Ruby 3
  • Loading branch information
boardfish authored Feb 28, 2024
2 parents a500955 + c985181 commit 4879732
Show file tree
Hide file tree
Showing 14 changed files with 370 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
bin/bundler-audit --update
- name: Run linters
run: |
# bin/rubocop
bin/standardrb --no-fix
- name: Run tests
run: |
bin/rspec
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 2.7.5
ruby 3.3.0
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# frozen_string_literal: true

source 'https://rubygems.org'
source "https://rubygems.org"

# Specify your gem's dependencies in nvar.gemspec
gemspec

gem 'rake', '~> 12.0'
gem 'rspec', '~> 3.0'
gem "rake", "~> 12.0"
gem "rspec", "~> 3.0"
Loading

0 comments on commit 4879732

Please sign in to comment.