Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
appraise "rails-6.1" do
gem 'activemodel', '~> 6.1.0'
gem 'actionpack', '~> 6.1.0'
gem 'concurrent-ruby', '1.3.4'
end

appraise "rails-7.0" do
gem 'activemodel', '~> 7.0.0'
gem 'actionpack', '~> 7.0.0'
gem 'concurrent-ruby', '1.3.4'
end

appraise "rails-7.1" do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ source "https://rubygems.org"
gem "appraisal"
gem "activemodel", "~> 6.1.0"
gem "actionpack", "~> 6.1.0"
gem "concurrent-ruby", "1.3.4"

gemspec path: "../"
13 changes: 7 additions & 6 deletions gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
subroutine (4.2.0)
subroutine (4.2.1)
activemodel (>= 6.1)
activesupport (>= 6.1)

Expand Down Expand Up @@ -39,9 +39,9 @@ GEM
concurrent-ruby (1.3.4)
crass (1.0.6)
erubi (1.13.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
loofah (2.23.1)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
m (1.6.2)
Expand All @@ -57,12 +57,12 @@ GEM
ruby-progressbar
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
nokogiri (1.17.2)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.8.1)
rack (2.2.10)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
Expand All @@ -87,6 +87,7 @@ DEPENDENCIES
activemodel (~> 6.1.0)
appraisal
byebug
concurrent-ruby (= 1.3.4)
m
minitest
minitest-reporters
Expand All @@ -95,4 +96,4 @@ DEPENDENCIES
subroutine!

BUNDLED WITH
2.6.1
2.6.3
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ source "https://rubygems.org"
gem "appraisal"
gem "activemodel", "~> 7.0.0"
gem "actionpack", "~> 7.0.0"
gem "concurrent-ruby", "1.3.4"

gemspec path: "../"
13 changes: 7 additions & 6 deletions gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
subroutine (4.2.0)
subroutine (4.2.1)
activemodel (>= 6.1)
activesupport (>= 6.1)

Expand Down Expand Up @@ -38,9 +38,9 @@ GEM
concurrent-ruby (1.3.4)
crass (1.0.6)
erubi (1.13.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
loofah (2.23.1)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
m (1.6.2)
Expand All @@ -56,12 +56,12 @@ GEM
ruby-progressbar
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
nokogiri (1.17.2)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.8.1)
rack (2.2.10)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
Expand All @@ -85,6 +85,7 @@ DEPENDENCIES
activemodel (~> 7.0.0)
appraisal
byebug
concurrent-ruby (= 1.3.4)
m
minitest
minitest-reporters
Expand All @@ -93,4 +94,4 @@ DEPENDENCIES
subroutine!

BUNDLED WITH
2.6.1
2.6.3
23 changes: 12 additions & 11 deletions gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
subroutine (4.2.0)
subroutine (4.2.1)
activemodel (>= 6.1)
activesupport (>= 6.1)

Expand Down Expand Up @@ -46,18 +46,18 @@ GEM
thor (>= 0.14.0)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
builder (3.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crass (1.0.6)
drb (2.2.1)
erubi (1.13.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
logger (1.6.4)
loofah (2.23.1)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
m (1.6.2)
Expand All @@ -73,13 +73,14 @@ GEM
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
mutex_m (0.3.0)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
racc (1.8.1)
rack (3.1.8)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -112,4 +113,4 @@ DEPENDENCIES
subroutine!

BUNDLED WITH
2.6.1
2.6.3
23 changes: 12 additions & 11 deletions gemfiles/rails_7.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
subroutine (4.2.0)
subroutine (4.2.1)
activemodel (>= 6.1)
activesupport (>= 6.1)

Expand Down Expand Up @@ -46,18 +46,18 @@ GEM
thor (>= 0.14.0)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
builder (3.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crass (1.0.6)
drb (2.2.1)
erubi (1.13.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
logger (1.6.4)
loofah (2.23.1)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
m (1.6.2)
Expand All @@ -72,13 +72,14 @@ GEM
ruby-progressbar
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
racc (1.8.1)
rack (3.1.8)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -112,4 +113,4 @@ DEPENDENCIES
subroutine!

BUNDLED WITH
2.5.22
2.6.3
35 changes: 19 additions & 16 deletions gemfiles/rails_8.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
subroutine (4.2.0)
subroutine (4.2.1)
activemodel (>= 6.1)
activesupport (>= 6.1)

Expand Down Expand Up @@ -46,24 +46,25 @@ GEM
thor (>= 0.14.0)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
builder (3.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crass (1.0.6)
drb (2.2.1)
erubi (1.13.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
logger (1.6.4)
loofah (2.23.1)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
m (1.6.2)
method_source (>= 0.6.7)
rake (>= 0.9.2.2)
method_source (1.1.0)
mini_portile2 (2.8.8)
minitest (5.25.4)
minitest-reporters (1.7.1)
ansi
Expand All @@ -72,23 +73,25 @@ GEM
ruby-progressbar
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
nokogiri (1.17.2-aarch64-linux)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.2-arm-linux)
nokogiri (1.18.2-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.2-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.17.2-x86-linux)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-darwin)
nokogiri (1.18.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4)
racc (1.8.1)
rack (3.1.8)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -128,4 +131,4 @@ DEPENDENCIES
subroutine!

BUNDLED WITH
2.6.1
2.6.3
2 changes: 1 addition & 1 deletion lib/subroutine/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Subroutine

MAJOR = 4
MINOR = 2
PATCH = 0
PATCH = 1
PRE = nil

VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
Expand Down
Loading