Skip to content

Commit

Permalink
sc-178855: upgrade activesupport
Browse files Browse the repository at this point in the history
  • Loading branch information
emourant committed Jul 20, 2024
1 parent 5803a83 commit 20ab679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
bureaucrat-sc (3.0.0)
activesupport (~> 6.1.4)
activesupport (>= 6.0.4, < 7.0)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion bureaucrat-sc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.metadata = { "github_repo" => "ssh://github.com/sittercity/bureaucrat" }

s.add_runtime_dependency 'i18n'
s.add_runtime_dependency 'activesupport', '~> 6.1.4'
s.add_runtime_dependency 'activesupport', '>= 6.0.4', '< 7.0'

s.add_development_dependency 'rake', '12.0.0'
s.add_development_dependency 'rspec', '3.6.0'
Expand Down

0 comments on commit 20ab679

Please sign in to comment.