Skip to content

Commit

Permalink
bump ruby and bundler support to 3.X.* (#36)
Browse files Browse the repository at this point in the history
* bump ruby and bundler support to 3.X.*

* bump to stator 0.6.0
  • Loading branch information
ahaverbuch authored Aug 8, 2024
1 parent e15baca commit 5c8a209
Show file tree
Hide file tree
Showing 11 changed files with 86 additions and 261 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [2.7.8]
ruby-version: [3.0]
experimental: [false]
include:
- ruby-version: 3.0
experimental: true
- ruby-version: 3.1
experimental: true
- ruby-version: 3.2
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.8
3.2.5
11 changes: 0 additions & 11 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# Rails <= 5.2 is not compatible with Ruby > 2.7
if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new("2.7")
appraise "activerecord-5.1" do
gem "activerecord", "~> 5.1.0"
end

appraise "activerecord-5.2" do
gem "activerecord", "~> 5.2.0"
end
end

appraise "activerecord-6.0" do
gem "activerecord", "~> 6.0.0"
end
Expand Down
11 changes: 0 additions & 11 deletions gemfiles/activerecord_5.1.gemfile

This file was deleted.

70 changes: 0 additions & 70 deletions gemfiles/activerecord_5.1.gemfile.lock

This file was deleted.

11 changes: 0 additions & 11 deletions gemfiles/activerecord_5.2.gemfile

This file was deleted.

70 changes: 0 additions & 70 deletions gemfiles/activerecord_5.2.gemfile.lock

This file was deleted.

56 changes: 28 additions & 28 deletions gemfiles/activerecord_6.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,43 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.5.1)
activesupport (= 6.0.5.1)
activerecord (6.0.5.1)
activemodel (= 6.0.5.1)
activesupport (= 6.0.5.1)
activerecord-nulldb-adapter (0.8.0)
activerecord (>= 5.2.0, < 7.1)
activesupport (6.0.5.1)
activemodel (6.0.6.1)
activesupport (= 6.0.6.1)
activerecord (6.0.6.1)
activemodel (= 6.0.6.1)
activesupport (= 6.0.6.1)
activerecord-nulldb-adapter (1.0.1)
activerecord (>= 5.2.0, < 7.2)
activesupport (6.0.6.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
i18n (1.12.0)
concurrent-ruby (1.3.3)
diff-lcs (1.5.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.16.2)
rake (13.0.6)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
minitest (5.24.1)
rake (13.2.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
thor (1.2.2)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
thor (1.3.1)
thread_safe (0.3.6)
tzinfo (1.2.10)
tzinfo (1.2.11)
thread_safe (~> 0.1)
zeitwerk (2.6.0)
zeitwerk (2.6.17)

PLATFORMS
ruby
Expand All @@ -67,4 +67,4 @@ DEPENDENCIES
stator!

BUNDLED WITH
2.4.14
2.5.17
56 changes: 28 additions & 28 deletions gemfiles/activerecord_6.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,42 +17,42 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.6.1)
activesupport (= 6.1.6.1)
activerecord (6.1.6.1)
activemodel (= 6.1.6.1)
activesupport (= 6.1.6.1)
activerecord-nulldb-adapter (0.8.0)
activerecord (>= 5.2.0, < 7.1)
activesupport (6.1.6.1)
activemodel (6.1.7.8)
activesupport (= 6.1.7.8)
activerecord (6.1.7.8)
activemodel (= 6.1.7.8)
activesupport (= 6.1.7.8)
activerecord-nulldb-adapter (1.0.1)
activerecord (>= 5.2.0, < 7.2)
activesupport (6.1.7.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
i18n (1.12.0)
concurrent-ruby (1.3.3)
diff-lcs (1.5.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.16.2)
rake (13.0.6)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
minitest (5.24.1)
rake (13.2.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
thor (1.2.2)
tzinfo (2.0.5)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
thor (1.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.0)
zeitwerk (2.6.17)

PLATFORMS
ruby
Expand All @@ -66,4 +66,4 @@ DEPENDENCIES
stator!

BUNDLED WITH
2.4.14
2.5.17
Loading

0 comments on commit 5c8a209

Please sign in to comment.