Skip to content

Commit

Permalink
Update dependency activesupport to v6 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 1a9b3bf commit a5c40e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
plugin "bundler-inject", "~> 1.1"
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil

gem 'activesupport', "~> 5.2.4.3", :require => false
gem 'activesupport', "~> 6.1.7.5", :require => false
gem 'more_core_extensions', :require => false
gem 'octokit', "~> 4.3", :require => false
gem 'optimist', :require => false
Expand Down

0 comments on commit a5c40e0

Please sign in to comment.