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
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gem "propshaft"
gem "puma"
gem "rack-ssl"
gem "sass"
gem "scout_apm"
gem "stimulus-rails"
gem "stripe"
gem "strong_migrations"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sax-machine (1.3.2)
scout_apm (6.3.0)
parser
securerandom (0.4.1)
selenium-webdriver (4.48.0)
base64 (~> 0.2)
Expand Down Expand Up @@ -476,6 +478,7 @@ DEPENDENCIES
rubocop-rspec
rubocop-rspec_rails
sass
scout_apm
selenium-webdriver
shoulda-matchers
simplecov
Expand Down
Loading