Skip to content

Commit

Permalink
baargh
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitytakei committed Nov 10, 2024
1 parent ab0a1cc commit d96eb6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
source "https://rubygems.org"

gem "rails", "8.0.0.rc2"
gem "rails", "8.0.0"

gem "bootsnap", require: false
gem "friendly_id", "~> 5.5.1"
gem "kamal", "~> 2.3.0", require: false
gem "thruster", "~> 0.1.8", require: false
gem "mission_control-jobs", "~> 0.4.0"
gem "mission_control-jobs", "~> 0.5.0"
gem "litestream", "~> 0.12.0"
gem "propshaft", "~> 1.1.0"
gem "solid_cache", "~> 1.0.6"
gem "solid_queue", "~> 1.0.0"
gem "solid_queue", "~> 1.0.1"
gem "sqlite3", "~> 2.2.0"
gem "stimulus-rails"
gem "turbo-rails", "~> 2.0.11"
Expand Down
2 changes: 1 addition & 1 deletion vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export default defineConfig({
},
build: {
manifest: true,
outDir: 'public',
outDir: '.',
},
});

0 comments on commit d96eb6a

Please sign in to comment.