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.
2 parents 7bbab3f + c5411e3 commit a3bd155Copy full SHA for a3bd155
Gemfile
@@ -52,7 +52,7 @@ gem 'net-ssh', '~> 7.2'
52
gem 'rack-cas', '~> 0.16.1'
53
54
# simple reporting tools
55
-gem 'report_action', '~> 0.6.0'
+gem 'report_action', '~> 1.0.0'
56
57
# For processing excel files
58
# Until Roo releases a new version containing a fix for Ruby 3.0.1+ we need to pull directly
Gemfile.lock
@@ -310,7 +310,7 @@ GEM
310
regexp_parser (2.9.0)
311
reline (0.6.0)
312
io-console (~> 0.5)
313
- report_action (0.6.0)
+ report_action (1.0.0)
314
rexml (3.4.0)
315
roo (2.10.1)
316
nokogiri (~> 1)
@@ -430,7 +430,7 @@ DEPENDENCIES
430
rails (= 7.2.2.1)
431
rake
432
redis (~> 5.3)
433
- report_action (~> 0.6.0)
+ report_action (~> 1.0.0)
434
roo (~> 2.10)
435
rubocop-rails (~> 2.27)
436
scout_apm (~> 5.4)
0 commit comments