We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4507c62 commit 6e440e4Copy full SHA for 6e440e4
Gemfile
@@ -71,6 +71,7 @@ gem "kaminari"
71
gem "openai-chat"
72
gem "pundit"
73
gem "ransack"
74
+gem "rollbar"
75
gem "simple_form"
76
gem "strip_attributes"
77
gem "validate_url"
Gemfile.lock
@@ -412,6 +412,7 @@ GEM
412
actionpack (>= 5.2)
413
railties (>= 5.2)
414
rexml (3.4.1)
415
+ rollbar (3.6.2)
416
rouge (4.5.1)
417
rspec (3.13.0)
418
rspec-core (~> 3.13.0)
@@ -610,6 +611,7 @@ DEPENDENCIES
610
611
rails-erd
612
rails_db (~> 2.5.0)
613
ransack
614
+ rollbar
615
rspec-html-matchers
616
rspec-rails (~> 7.1.1)
617
rubocop-rails-omakase
0 commit comments