Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: sisimai
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 15eeb1b commit 98f7d80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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"
git_source(:github) { |name| "https://github.com/#{name}.git" }

gem "sinatra"
gem "sisimai", "~> 5.0.2"
gem "sisimai", "~> 5.0.3"
gem "puma"
gem "rackup"

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
bigdecimal (3.1.7)
bigdecimal (3.1.8)
byebug (11.1.3)
coderay (1.1.3)
diff-lcs (1.5.1)
Expand Down Expand Up @@ -51,7 +51,7 @@ GEM
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sisimai (5.0.2)
sisimai (5.0.3)
oj (>= 3.0.0)
tilt (2.3.0)
webrick (1.8.1)
Expand All @@ -66,7 +66,7 @@ DEPENDENCIES
rackup
rspec
sinatra
sisimai (~> 5.0.2)
sisimai (~> 5.0.3)

BUNDLED WITH
2.5.6

0 comments on commit 98f7d80

Please sign in to comment.