Skip to content

Commit

Permalink
Update bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
eclecticCodingND committed Apr 2, 2024
1 parent 4a315ec commit 8ea39de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ PATH
remote: .
specs:
rails_app (0.1.0)
bootsnap
bootsnap (~> 1.18, >= 1.18.3)
thor (~> 1.3, >= 1.3.1)
tty-prompt
tty-prompt (~> 0.23.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions rails_app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Gem::Specification.new do |spec|
f.start_with?(*%w[bin/ test/ spec/ features/ .git appveyor Gemfile])
end
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.bindir = "bin"
spec.executables = ["rails_app"]
spec.require_paths = ["lib"]

spec.add_dependency "bootsnap", "~> 1.18", ">= 1.18.3" # used by rails new
Expand Down

0 comments on commit 8ea39de

Please sign in to comment.