Skip to content

Commit

Permalink
Fix RPM builds (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Feb 5, 2024
1 parent 8d470d5 commit 21e98d3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 44 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@
/.env.local*
/vendor/bundle

# do not version lock file as we will use ondemand-gems
Gemfile.lock
40 changes: 0 additions & 40 deletions Gemfile.lock

This file was deleted.

3 changes: 0 additions & 3 deletions bin/bundle

This file was deleted.

2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chdir APP_ROOT do
# Add necessary setup steps to this file:

puts "\n== Verify dependencies =="
sh "bin/bundle check 1>/dev/null 2>&1 || bin/bundle install"
sh "bundle check 1>/dev/null 2>&1 || bundle install"

puts "\n== Restart App =="
touch "tmp/restart.txt"
Expand Down

0 comments on commit 21e98d3

Please sign in to comment.