Skip to content

Commit 1e591e7

Browse files
authored
Merge pull request #159 from joyofrails/redesign/from-the-ground-up
Redesign from the ground up
2 parents a921f84 + a47cc72 commit 1e591e7

File tree

118 files changed

+9219
-3237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+9219
-3237
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,5 @@ end
8686
group :browser do
8787
gem "js" # JavaScript bindings for ruby.wasm [https://github.com/ruby/ruby.wasm/blob/main/packages/gems/js]
8888
end
89+
90+
gem "color_conversion", "~> 0.1.1"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ GEM
124124
childprocess (5.0.0)
125125
code_analyzer (0.5.5)
126126
sexp_processor
127+
color_conversion (0.1.1)
127128
commonmarker (1.1.2-arm64-darwin)
128129
commonmarker (1.1.2-x86_64-linux)
129130
concurrent-ruby (1.2.3)
@@ -546,6 +547,7 @@ DEPENDENCIES
546547
brakeman
547548
bundle-audit
548549
capybara
550+
color_conversion (~> 0.1.1)
549551
commonmarker
550552
cuprite!
551553
debug

Procfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
web: RUBY_DEBUG_OPEN=true bin/rails server
2-
jobs: RAILS_LOG_LEVEL=warn bin/rails solid_queue:start
32
vite: bin/vite dev -- --clearScreen=false
3+
jobs: RAILS_LOG_LEVEL=warn bin/rails solid_queue:start
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)