Skip to content

Commit

Permalink
Address version warning. (#227)
Browse files Browse the repository at this point in the history
We're unable to use CI to release and we can't reproduce it locally. We
think it may be related to [this
issue](rubygems/bundler#6919). Regardless,
addressing the warning is always a good thing to do.

BEFORE: 
<img width="584" alt="Screenshot 2024-01-09 at 3 33 54 PM"
src="https://github.com/powerhome/power-tools/assets/16630021/a85b6ae0-f4df-4651-aab2-650bdf89da13">

AFTER:
<img width="509" alt="Screenshot 2024-01-09 at 3 34 13 PM"
src="https://github.com/powerhome/power-tools/assets/16630021/f131edb6-22b2-4f1e-bc85-8bf9283a98c5">
  • Loading branch information
that-jill authored Jan 9, 2024
1 parent b4f7d26 commit 45186cc
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/data_taster/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source "https://rubygems.org"
gemspec

gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
gem "rubocop-powerhome", path: "../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
2 changes: 1 addition & 1 deletion packages/data_taster/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: .
specs:
data_taster (0.2.1)
data_taster (0.2.2)
rails (>= 6.0)

GEM
Expand Down
1 change: 0 additions & 1 deletion packages/data_taster/data_taster.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "rails", ">= 6.0"

spec.add_development_dependency "license_finder", "~> 7.0"
spec.add_development_dependency "rubocop-powerhome", "0.5.0"

spec.add_development_dependency "appraisal", "2.5.0"
spec.add_development_dependency "bundler", "~> 2.1"
Expand Down
2 changes: 2 additions & 0 deletions packages/data_taster/gemfiles/.bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_RETRY: "1"
2 changes: 1 addition & 1 deletion packages/data_taster/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
gem "rails", "6.0.6.1"

gemspec path: "../"
7 changes: 4 additions & 3 deletions packages/data_taster/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
data_taster (0.2.0)
data_taster (0.2.2)
rails (>= 6.0)

GEM
Expand Down Expand Up @@ -108,14 +108,14 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
net-imap (0.4.9)
net-imap (0.4.9.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
Expand Down Expand Up @@ -239,6 +239,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23

DEPENDENCIES
appraisal (= 2.5.0)
Expand Down
2 changes: 1 addition & 1 deletion packages/data_taster/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
gem "rails", "6.1.7.4"

gemspec path: "../"
7 changes: 4 additions & 3 deletions packages/data_taster/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
data_taster (0.2.0)
data_taster (0.2.2)
rails (>= 6.0)

GEM
Expand Down Expand Up @@ -112,14 +112,14 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
net-imap (0.4.9)
net-imap (0.4.9.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
Expand Down Expand Up @@ -242,6 +242,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23

DEPENDENCIES
appraisal (= 2.5.0)
Expand Down
2 changes: 1 addition & 1 deletion packages/data_taster/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
gem "rails", "7.0.6"

gemspec path: "../"
7 changes: 4 additions & 3 deletions packages/data_taster/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
data_taster (0.2.0)
data_taster (0.2.2)
rails (>= 6.0)

GEM
Expand Down Expand Up @@ -118,14 +118,14 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
net-imap (0.4.9)
net-imap (0.4.9.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
Expand Down Expand Up @@ -241,6 +241,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23

DEPENDENCIES
appraisal (= 2.5.0)
Expand Down
2 changes: 1 addition & 1 deletion packages/data_taster/lib/data_taster/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DataTaster
VERSION = "0.2.1"
VERSION = "0.2.2"
end

0 comments on commit 45186cc

Please sign in to comment.