Skip to content

Commit da18a87

Browse files
committed
Drop support for EOL rails 7.0
1 parent a577007 commit da18a87

File tree

3 files changed

+1
-253
lines changed

3 files changed

+1
-253
lines changed

Gemfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ gem "rubocop-rspec", "~> 3.0", require: false
2525
gem "simplecov", "~> 0.21", require: false
2626
gem "zeitwerk", "~> 2.6", "< 2.7", require: false
2727

28-
lockfile "activerecord-7.0" do
29-
gem "activerecord", "~> 7.0.0"
30-
gem "base64", "~> 0.1", require: RUBY_VERSION >= "3.4.0"
31-
gem "bigdecimal", "~> 3.1", require: RUBY_VERSION >= "3.4.0"
32-
gem "drb", "~> 2.1", require: RUBY_VERSION >= "3.4.0"
33-
gem "mutex_m", "~> 0.1", require: RUBY_VERSION >= "3.4.0"
34-
gem "railties", "~> 7.0.0"
35-
end
36-
3728
lockfile "activerecord-7.1" do
3829
gem "activerecord", "~> 7.1.0"
3930
gem "activerecord-pg-extensions", "~> 0.5"

Gemfile.activerecord-7.0.lock

Lines changed: 0 additions & 243 deletions
This file was deleted.

lib/switchman_inst_jobs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SwitchmanInstJobs
4-
VERSION = "4.1.0"
4+
VERSION = "4.2.0"
55
end

0 commit comments

Comments
 (0)