Skip to content

Commit

Permalink
Add onceover rubygem
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Jan 23, 2025
1 parent a4d64fa commit 6ba0b49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"rubygem_r10k": "4.1.0",
"rubygem_ra10ke": "3.1.0",
"rubygem_rubocop_performance": "1.22.1",
"rubygem_bundler": "2.4.22"
"rubygem_bundler": "2.4.22",
"rubygem_onceover": "4.0.0"
},
{
"puppet_release": 8,
Expand All @@ -28,7 +29,8 @@
"rubygem_r10k": "4.1.0",
"rubygem_ra10ke": "3.1.0",
"rubygem_rubocop_performance": "1.22.1",
"rubygem_bundler": "2.5.22"
"rubygem_bundler": "2.5.22",
"rubygem_onceover": "4.0.0"
}
]
}
1 change: 1 addition & 0 deletions voxbox/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem 'voxpupuli-release', ENV['RUBYGEM_VOXPUPULI_RELEASE']
gem 'voxpupuli-test', ENV['RUBYGEM_VOXPUPULI_TEST']
gem 'rubocop-performance', ENV['RUBYGEM_RUBOCOP_PERFORMANCE']
gem 'ffi', '~> 1.16.3' # ffi 1.17.0 has change dependencies - see https://github.com/ffi/ffi/issues/1105
gem 'onceover', ENV['RUBYGEM_ONCEOVER']

# CVE fixes
gem 'cgi', '~> 0.4.1' # cgi 0.1.0 has CVEs - remove default and install upstream replacement
Expand Down

0 comments on commit 6ba0b49

Please sign in to comment.