Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions template/{{app_name}}/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ group :development do
gem "rubocop-rails-omakase", require: false
gem "rubocop-rspec", require: false

# Sass compiling
gem "sassc", "~> 2.4"

# Test notifications locally without sending the emails
gem "letter_opener"

Expand Down
13 changes: 0 additions & 13 deletions template/{{app_name}}/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,16 +161,6 @@ GEM
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-aarch64-linux-musl)
ffi (1.17.1-arm-linux-gnu)
ffi (1.17.1-arm-linux-musl)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86-linux-gnu)
ffi (1.17.1-x86-linux-musl)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.1-x86_64-linux-musl)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.7)
Expand Down Expand Up @@ -382,8 +372,6 @@ GEM
rexml
ruby-progressbar (1.13.0)
rubyzip (2.4.1)
sassc (2.4.0)
ffi (~> 1.9)
securerandom (0.4.1)
selenium-webdriver (4.29.1)
base64 (~> 0.2)
Expand Down Expand Up @@ -481,7 +469,6 @@ DEPENDENCIES
rspec-rails (~> 6.1.0)
rubocop-rails-omakase
rubocop-rspec
sassc (~> 2.4)
selenium-webdriver
simplecov
sprockets-rails
Expand Down