Skip to content

Commit

Permalink
Remove thruster
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
  • Loading branch information
mssola committed Mar 14, 2024
1 parent 4578978 commit a2f8715
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ ENTRYPOINT ["/rails/bin/docker-entrypoint"]

# Start the server by default, this can be overwritten at runtime
EXPOSE 3000
CMD ["thrust", "./bin/rails", "server"]
CMD ["./bin/rails", "server"]
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ gem 'sqlite3', '~> 1.4'

# Web server.
gem 'puma', '>= 5.0'
gem 'thruster'

# Use JavaScript with ESM import maps.
gem 'importmap-rails'
Expand Down
6 changes: 0 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,6 @@ GEM
railties (>= 6.0.0)
stringio (3.1.0)
thor (1.3.0)
thruster (0.1.0)
thruster (0.1.0-aarch64-linux)
thruster (0.1.0-arm64-darwin)
thruster (0.1.0-x86_64-darwin)
thruster (0.1.0-x86_64-linux)
timeout (0.4.1)
turbo-rails (2.0.4)
actionpack (>= 6.0.0)
Expand Down Expand Up @@ -330,7 +325,6 @@ DEPENDENCIES
sprockets-rails
sqlite3 (~> 1.4)
stimulus-rails
thruster
turbo-rails
web-console

Expand Down

0 comments on commit a2f8715

Please sign in to comment.