Skip to content

Commit

Permalink
🔧 Fix path to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Apr 25, 2024
1 parent 60350bf commit 11b04bc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails_4_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ gem "rspec-rails", "~> 3.0"
gem "rdoc", "6.1.2.1"
gem "json", ">= 1.7.7", "~> 1.7"

gemspec path: "../../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_4_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ gem "rspec-rails", "~> 3.0"
gem "rdoc", "6.1.2.1"
gem "json", ">= 1.7.7", "~> 1.7"

gemspec path: "../../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_4_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ gem "actionpack", "~> 4.2.11.3"
gem "rspec-rails", "~> 3.0"
gem "rdoc", "6.1.2.1"

gemspec path: "../../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_5_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "railties", "~> 5.0.7.2"
gem "actionpack", "~> 5.0.7.2"
gem "rspec-rails", "~> 4.0"

gemspec path: "../../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_5_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "railties", "~> 5.1.7"
gem "actionpack", "~> 5.1.7"
gem "rspec-rails", "~> 4.0"

gemspec path: "../../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_5_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "railties", "~> 5.2.8.1"
gem "actionpack", "~> 5.2.8.1"
gem "rspec-rails", "~> 5.0"

gemspec path: "../../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "railties", "~> 6.0.6.1"
gem "actionpack", "~> 6.0.6.1"
gem "rspec-rails", "~> 5.0"

gemspec path: "../../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "railties", "~> 6.1.7.7"
gem "actionpack", "~> 6.1.7.7"
gem "rspec-rails", "~> 6.0"

gemspec path: "../../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "railties", "~> 7.0.8.1"
gem "actionpack", "~> 7.0.8.1"
gem "rspec-rails", "~> 6.0"

gemspec path: "../../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "railties", "~> 7.1.3.2"
gem "actionpack", "~> 7.1.3.2"
gem "rspec-rails", "~> 6.0"

gemspec path: "../../"
gemspec path: "../"

0 comments on commit 11b04bc

Please sign in to comment.