Skip to content

Commit c5411e3

Browse files
Bump report_action from 0.6.0 to 1.0.0
Bumps [report_action](https://github.com/CraigJZ/report_action) from 0.6.0 to 1.0.0. - [Changelog](https://github.com/CraigJZ/report_action/blob/main/CHANGELOG.md) - [Commits](CraigJZ/report_action@v0.6.0...v1.0.0) --- updated-dependencies: - dependency-name: report_action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7bbab3f commit c5411e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ gem 'net-ssh', '~> 7.2'
5252
gem 'rack-cas', '~> 0.16.1'
5353

5454
# simple reporting tools
55-
gem 'report_action', '~> 0.6.0'
55+
gem 'report_action', '~> 1.0.0'
5656

5757
# For processing excel files
5858
# Until Roo releases a new version containing a fix for Ruby 3.0.1+ we need to pull directly

Diff for: Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ GEM
310310
regexp_parser (2.9.0)
311311
reline (0.6.0)
312312
io-console (~> 0.5)
313-
report_action (0.6.0)
313+
report_action (1.0.0)
314314
rexml (3.4.0)
315315
roo (2.10.1)
316316
nokogiri (~> 1)
@@ -430,7 +430,7 @@ DEPENDENCIES
430430
rails (= 7.2.2.1)
431431
rake
432432
redis (~> 5.3)
433-
report_action (~> 0.6.0)
433+
report_action (~> 1.0.0)
434434
roo (~> 2.10)
435435
rubocop-rails (~> 2.27)
436436
scout_apm (~> 5.4)

0 commit comments

Comments
 (0)