Skip to content

Commit

Permalink
trying the alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
nsiwnf committed Mar 9, 2024
1 parent af1ad08 commit dc256eb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DATABASE_USERNAME=username
DATABASE_PASSWORD=password
CI=false
BETTER_ERRORS_INSIDE_FRAME=1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gem "devise"
gem "devise_invitable", "~> 2.0.9"

# Use Sass to process CSS
gem "dartsass-rails"
gem "dartsass-sprockets"

# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
# gem "image_processing", "~> 1.2"
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,14 @@ GEM
cuprite (0.14.3)
capybara (~> 3.0)
ferrum (~> 0.13.0)
dartsass-rails (0.5.0)
railties (>= 6.0.0)
sass-embedded (~> 1.63)
dartsass-ruby (3.0.2)
sass-embedded (~> 1.54, < 1.67)
dartsass-sprockets (3.0.0)
dartsass-ruby (~> 3.0)
railties (>= 4.0.0)
sprockets (> 3.0)
sprockets-rails
tilt
date (3.3.4)
debug (1.8.0)
irb (>= 1.5.0)
Expand Down Expand Up @@ -426,6 +431,7 @@ GEM
stimulus-rails (1.2.1)
railties (>= 6.0.0)
thor (1.3.1)
tilt (2.3.0)
timeout (0.4.1)
traceroute (0.8.1)
rails (>= 3.0.0)
Expand Down Expand Up @@ -474,7 +480,7 @@ DEPENDENCIES
chartkick (~> 5.0)
city-state (~> 1.1.0)
cuprite
dartsass-rails
dartsass-sprockets
debug
devise
devise_invitable (~> 2.0.9)
Expand Down

0 comments on commit dc256eb

Please sign in to comment.