Skip to content

Commit 609b62c

Browse files
committed
Couple Tweaks
1 parent e051da9 commit 609b62c

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "sprockets-rails"
1313
gem "mysql2", "~> 0.5"
1414

1515
# Use the Puma web server [https://github.com/puma/puma]
16-
gem "puma", "~> 5.0"
16+
gem "puma"
1717

1818
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
1919
gem "jsbundling-rails"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ DEPENDENCIES
201201
jbuilder
202202
jsbundling-rails
203203
mysql2 (~> 0.5)
204-
puma (~> 5.0)
204+
puma
205205
rails (~> 7.0.8)
206206
redis (~> 4.0)
207207
sprockets-rails

app/javascript/application.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Entry point for the build script in your package.json
22
import "@hotwired/turbo-rails"
3-
import "./controllers"
43
import "./components"
54
import * as bootstrap from "bootstrap"

app/javascript/controllers/index.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)