From e4c2ff2278beb85fd23bbb0bf54b84cc45a96f3d Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Thu, 16 Nov 2023 11:06:13 +0000 Subject: [PATCH 1/2] Update gemfiles for v0.2.0 --- gemfiles/rails_7.gemfile.lock | 15 +++++++++------ gemfiles/rails_7_1.gemfile.lock | 15 +++++++++------ gemfiles/rails_main.gemfile.lock | 15 +++++++++------ 3 files changed, 27 insertions(+), 18 deletions(-) diff --git a/gemfiles/rails_7.gemfile.lock b/gemfiles/rails_7.gemfile.lock index 7ec35d4..9e662af 100644 --- a/gemfiles/rails_7.gemfile.lock +++ b/gemfiles/rails_7.gemfile.lock @@ -107,7 +107,7 @@ GIT PATH remote: .. specs: - solid_cache (0.1.0) + solid_cache (0.2.0) rails (>= 7) GEM @@ -150,7 +150,6 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.5) minitest (5.20.0) mocha (2.1.0) ruby2_keywords (>= 0.0.5) @@ -166,8 +165,11 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.5.9) - nokogiri (1.15.4) - mini_portile2 (~> 2.8.2) + nokogiri (1.15.4-arm64-darwin) + racc (~> 1.4) + nokogiri (1.15.4-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.15.4-x86_64-linux) racc (~> 1.4) parallel (1.23.0) parser (3.2.2.4) @@ -226,8 +228,9 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.8) - mini_portile2 (~> 2.8.0) + sqlite3 (1.6.8-arm64-darwin) + sqlite3 (1.6.8-x86_64-darwin) + sqlite3 (1.6.8-x86_64-linux) stringio (3.0.9) thor (1.3.0) timeout (0.4.1) diff --git a/gemfiles/rails_7_1.gemfile.lock b/gemfiles/rails_7_1.gemfile.lock index c6eb580..1969c3e 100644 --- a/gemfiles/rails_7_1.gemfile.lock +++ b/gemfiles/rails_7_1.gemfile.lock @@ -113,7 +113,7 @@ GIT PATH remote: .. specs: - solid_cache (0.1.0) + solid_cache (0.2.0) rails (>= 7) GEM @@ -157,7 +157,6 @@ GEM net-smtp marcel (1.0.2) mini_mime (1.1.5) - mini_portile2 (2.8.5) minitest (5.20.0) mocha (2.1.0) ruby2_keywords (>= 0.0.5) @@ -173,8 +172,11 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.5.9) - nokogiri (1.15.4) - mini_portile2 (~> 2.8.2) + nokogiri (1.15.4-arm64-darwin) + racc (~> 1.4) + nokogiri (1.15.4-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.15.4-x86_64-linux) racc (~> 1.4) parallel (1.23.0) parser (3.2.2.4) @@ -238,8 +240,9 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.8) - mini_portile2 (~> 2.8.0) + sqlite3 (1.6.8-arm64-darwin) + sqlite3 (1.6.8-x86_64-darwin) + sqlite3 (1.6.8-x86_64-linux) stringio (3.0.9) thor (1.3.0) timeout (0.4.1) diff --git a/gemfiles/rails_main.gemfile.lock b/gemfiles/rails_main.gemfile.lock index ec740e8..4ffee19 100644 --- a/gemfiles/rails_main.gemfile.lock +++ b/gemfiles/rails_main.gemfile.lock @@ -112,7 +112,7 @@ GIT PATH remote: .. specs: - solid_cache (0.1.0) + solid_cache (0.2.0) rails (>= 7) GEM @@ -156,7 +156,6 @@ GEM net-smtp marcel (1.0.2) mini_mime (1.1.5) - mini_portile2 (2.8.5) minitest (5.20.0) mocha (2.1.0) ruby2_keywords (>= 0.0.5) @@ -171,8 +170,11 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.5.9) - nokogiri (1.15.4) - mini_portile2 (~> 2.8.2) + nokogiri (1.15.4-arm64-darwin) + racc (~> 1.4) + nokogiri (1.15.4-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.15.4-x86_64-linux) racc (~> 1.4) parallel (1.23.0) parser (3.2.2.4) @@ -236,8 +238,9 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.8) - mini_portile2 (~> 2.8.0) + sqlite3 (1.6.8-arm64-darwin) + sqlite3 (1.6.8-x86_64-darwin) + sqlite3 (1.6.8-x86_64-linux) stringio (3.0.9) thor (1.3.0) timeout (0.4.1) From c93ddcca418179b66f498c35e59dcceb8130e667 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Thu, 16 Nov 2023 11:13:00 +0000 Subject: [PATCH 2/2] Update gemfiles on release --- bin/release | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/release b/bin/release index 376609d..f6d54d8 100755 --- a/bin/release +++ b/bin/release @@ -10,6 +10,10 @@ fi printf "module SolidCache\n VERSION = \"$VERSION\"\nend\n" > ./lib/solid_cache/version.rb bundle +for gemfile in gemfiles/rails_*.gemfile +do + echo BUNDLE_GEMFILE=$gemfile bundle +done git add Gemfile.lock lib/solid_cache/version.rb git commit -m "Bump version for $VERSION" git push