Skip to content

Commit

Permalink
Bump the bundler group with 2 updates (#142)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linus Oleander <220827+oleander@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and oleander authored Dec 6, 2024
1 parent e0354c1 commit 632c8e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
git_fame (3.2.18)
activesupport (~> 7.0)
activesupport (>= 7, < 9)
dry-initializer (~> 3.0)
dry-struct (~> 1.0)
dry-types (~> 1.0)
Expand All @@ -18,14 +18,14 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.6)
activesupport (7.0.7.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
diff-lcs (1.5.0)
docile (1.4.0)
dry-core (1.0.0)
Expand Down Expand Up @@ -53,12 +53,12 @@ GEM
activesupport (>= 5.0.0)
faker (3.1.1)
i18n (>= 1.8.11, < 2)
i18n (1.14.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
json (2.6.3)
method_source (1.0.0)
minitest (5.18.1)
minitest (5.25.4)
neatjson (0.10.5)
necromancer (0.4.0)
parallel (1.22.1)
Expand All @@ -74,7 +74,7 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.7.0)
rexml (3.2.5)
rexml (3.3.9)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down
2 changes: 1 addition & 1 deletion git_fame.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |gem|
gem.executables << "git-fame"
gem.bindir = "exe"

gem.add_dependency "activesupport", "~> 7.0"
gem.add_dependency "activesupport", ">= 7", "< 9"
gem.add_dependency "dry-initializer", "~> 3.0"
gem.add_dependency "dry-struct", "~> 1.0"
gem.add_dependency "dry-types", "~> 1.0"
Expand Down

0 comments on commit 632c8e9

Please sign in to comment.