Skip to content

Commit

Permalink
wided ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
emfy0 committed Dec 11, 2024
1 parent 907137c commit 80de03d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.2', '3.3']
ruby-version: ['2.7', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion ar_virtual_field.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/emfy0/ar_virtual_field"
spec.license = "MIT"

spec.required_ruby_version = ">= 3.0.0"
spec.required_ruby_version = ">= 2.7.0"

spec.add_dependency "activerecord", ">= 6.1.0"

Expand Down
2 changes: 1 addition & 1 deletion lib/ar_virtual_field/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ArVirtualField
VERSION = "0.9.0"
VERSION = "0.10.0"
end

0 comments on commit 80de03d

Please sign in to comment.