Skip to content

Commit

Permalink
fix: Fix gemspecs again (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlogic authored Nov 23, 2022
1 parent a557e26 commit fbb2092
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion judoscale-rails/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gemspec name: "judoscale-rack"
gemspec name: "judoscale-rails"

gem "judoscale-ruby", path: "../judoscale-ruby"
gem "minitest"
Expand Down
2 changes: 1 addition & 1 deletion judoscale-rails/Gemfile-rails-6-1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gemspec name: "judoscale-rack"
gemspec name: "judoscale-rails"

gem "judoscale-ruby", path: "../judoscale-ruby"
gem "railties", "~> 6.1"
Expand Down
4 changes: 2 additions & 2 deletions judoscale-rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
PATH
remote: .
specs:
judoscale-rack (1.2.0)
judoscale-rails (1.2.0)
judoscale-ruby
railties

Expand Down Expand Up @@ -88,7 +88,7 @@ PLATFORMS

DEPENDENCIES
debug
judoscale-rack!
judoscale-rails!
judoscale-ruby!
minitest
rake
Expand Down

0 comments on commit fbb2092

Please sign in to comment.