Skip to content

Commit

Permalink
Fix gem order
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Jan 3, 2024
1 parent e15f438 commit 862c55f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/camel_trail/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source "https://rubygems.org"

gemspec

gem "rubocop-powerhome", path: "../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
2 changes: 1 addition & 1 deletion packages/consent/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ source "https://rubygems.org"
# Specify your gem's dependencies in consent.gemspec
gemspec

gem "rubocop-powerhome", path: "../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
2 changes: 1 addition & 1 deletion packages/lumberaxe/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ end

gemspec

gem "rubocop-powerhome", path: "../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
2 changes: 1 addition & 1 deletion packages/nitro_config/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gemspec

gem "byebug"
gem "license_finder", ">= 7.0"
gem "nokogiri", "< 1.16"
gem "rake", ">= 13.0"
gem "rspec", ">= 3.0"
gem "rubocop", ">= 1.32"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
gem "nokogiri", "< 1.16"
2 changes: 1 addition & 1 deletion packages/rabbet/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source "https://rubygems.org"

gemspec

gem "rubocop-powerhome", path: "../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../rubocop-powerhome"

0 comments on commit 862c55f

Please sign in to comment.