Skip to content

Commit

Permalink
bump rails dev dependency to 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrVer committed Nov 6, 2024
1 parent 813c43b commit 69f056d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in signable.gemspec
gemspec

gem 'activesupport', '~> 7.2'
1 change: 0 additions & 1 deletion signable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 3.1.0'

spec.add_development_dependency 'activesupport', '~> 7.2.1.1'
spec.add_development_dependency 'bundler', '~> 2.5'
spec.add_development_dependency 'pry', '~> 0.14.0'
spec.add_development_dependency 'rake', '~> 13.0'
Expand Down

0 comments on commit 69f056d

Please sign in to comment.