Skip to content

Commit

Permalink
Merge pull request #20 from sittercity/sc-178855
Browse files Browse the repository at this point in the history
sc-178855: upgrade activesupport
  • Loading branch information
emourant authored Jul 23, 2024
2 parents f1d3c43 + a41d868 commit f809444
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
27 changes: 13 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
PATH
remote: .
specs:
bureaucrat-sc (3.0.0)
activesupport (~> 6.0.4)
bureaucrat-sc (3.1.0)
activesupport (>= 6.0.4, < 7.0)
i18n

GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.4.7)
activesupport (6.1.7.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
concurrent-ruby (1.1.9)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
concurrent-ruby (1.3.3)
diff-lcs (1.3)
i18n (1.10.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.15.0)
minitest (5.24.1)
rake (12.0.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
Expand All @@ -33,10 +33,9 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
thread_safe (0.3.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
zeitwerk (2.5.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.16)

PLATFORMS
ruby
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.0.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
2 changes: 1 addition & 1 deletion lib/bureaucrat/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bureaucrat
VERSION = '3.0.0'
VERSION = '3.1.0'
end

0 comments on commit f809444

Please sign in to comment.