Skip to content

Commit

Permalink
Updated Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed Dec 10, 2024
1 parent 2abe229 commit e457837
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 89 deletions.
22 changes: 8 additions & 14 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,12 @@ source "https://rubygems.org"
gemspec

gem "activerecord", "~> 8.0"
gem "appraisal", "~> 2.5"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.1"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
gem "sqlite3", "~> 2.1"

group :development do
gem "appraisal", "~> 2.5"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.1"
gem "rake", "~> 13.2"
end

group :test do
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"
end
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"
22 changes: 8 additions & 14 deletions gemfiles/activerecord_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@
source "https://rubygems.org"

gem "activerecord", "~> 7.0.0"
gem "appraisal", "~> 2.5"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.1"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
gem "sqlite3", "~> 1.7"

group :development do
gem "appraisal", "~> 2.5"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.2"
end

group :test do
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"
end
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"

gemspec path: "../"
4 changes: 3 additions & 1 deletion gemfiles/activerecord_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ GEM
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
thor (1.3.2)
timecop (0.9.10)
tzinfo (2.0.6)
Expand All @@ -126,7 +128,7 @@ DEPENDENCIES
activerecord (~> 7.0.0)
appraisal (~> 2.5)
boxt_rubocop (= 2.15.0)
byebug (~> 11.0)
byebug (~> 11.1)
logga!
rake (~> 13.2)
rspec (~> 3.13)
Expand Down
22 changes: 8 additions & 14 deletions gemfiles/activerecord_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@
source "https://rubygems.org"

gem "activerecord", "~> 7.1.0"
gem "appraisal", "~> 2.5"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.1"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
gem "sqlite3", "~> 1.7"

group :development do
gem "appraisal", "~> 2.5"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.2"
end

group :test do
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"
end
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"

gemspec path: "../"
4 changes: 3 additions & 1 deletion gemfiles/activerecord_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ GEM
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
thor (1.3.2)
timecop (0.9.10)
timeout (0.4.2)
Expand All @@ -144,7 +146,7 @@ DEPENDENCIES
activerecord (~> 7.1.0)
appraisal (~> 2.5)
boxt_rubocop (= 2.15.0)
byebug (~> 11.0)
byebug (~> 11.1)
logga!
rake (~> 13.2)
rspec (~> 3.13)
Expand Down
22 changes: 8 additions & 14 deletions gemfiles/activerecord_7_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@
source "https://rubygems.org"

gem "activerecord", "~> 7.2.0"
gem "appraisal", "~> 2.5"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.1"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
gem "sqlite3", "~> 1.7"

group :development do
gem "appraisal", "~> 2.5"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.2"
end

group :test do
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"
end
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"

gemspec path: "../"
4 changes: 3 additions & 1 deletion gemfiles/activerecord_7_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ GEM
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
thor (1.3.2)
timecop (0.9.10)
timeout (0.4.2)
Expand All @@ -142,7 +144,7 @@ DEPENDENCIES
activerecord (~> 7.2.0)
appraisal (~> 2.5)
boxt_rubocop (= 2.15.0)
byebug (~> 11.0)
byebug (~> 11.1)
logga!
rake (~> 13.2)
rspec (~> 3.13)
Expand Down
22 changes: 8 additions & 14 deletions gemfiles/activerecord_8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@
source "https://rubygems.org"

gem "activerecord", "~> 8.0.0"
gem "appraisal", "~> 2.5"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.1"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
gem "sqlite3", "~> 2.0"

group :development do
gem "appraisal", "~> 2.5"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.2"
end

group :test do
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"
end
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"

gemspec path: "../"
4 changes: 3 additions & 1 deletion gemfiles/activerecord_8.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ GEM
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sqlite3 (2.4.1-arm64-darwin)
sqlite3 (2.4.1-x86_64-darwin)
sqlite3 (2.4.1-x86_64-linux-gnu)
thor (1.3.2)
timecop (0.9.10)
timeout (0.4.2)
Expand Down Expand Up @@ -144,7 +146,7 @@ DEPENDENCIES
activerecord (~> 8.0.0)
appraisal (~> 2.5)
boxt_rubocop (= 2.15.0)
byebug (~> 11.0)
byebug (~> 11.1)
logga!
rake (~> 13.2)
rspec (~> 3.13)
Expand Down
22 changes: 8 additions & 14 deletions gemfiles/activerecord_main.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@
source "https://rubygems.org"

gem "activerecord", github: "rails/rails", branch: "main"
gem "appraisal", "~> 2.5"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.1"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
gem "sqlite3", "~> 2.0"

group :development do
gem "appraisal", "~> 2.5"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.2"
end

group :test do
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"
end
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/activerecord_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ DEPENDENCIES
activerecord!
appraisal (~> 2.5)
boxt_rubocop (= 2.15.0)
byebug (~> 11.0)
byebug (~> 11.1)
logga!
rake (~> 13.2)
rspec (~> 3.13)
Expand Down

0 comments on commit e457837

Please sign in to comment.