Skip to content

Commit

Permalink
Bump roda from 3.68.0 to 3.69.0 (#2)
Browse files Browse the repository at this point in the history
Bumps [roda](https://github.com/jeremyevans/roda) from 3.68.0 to 3.69.0.
- [Changelog](https://github.com/jeremyevans/roda/blob/master/doc/CHANGELOG.old)
- [Commits](jeremyevans/roda@3.68.0...3.69.0)

---
updated-dependencies:
- dependency-name: roda
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2023
1 parent 220d7d9 commit 59194c8
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 @@ -8,7 +8,7 @@ gem 'puma', '~> 6.3'
gem 'rack-unreloader', '~> 2.0'
gem 'rackup', '~> 2.1.0'
gem 'rake', '~> 13.0'
gem 'roda', '~> 3.68'
gem 'roda', '~> 3.69'

# postgres as adapter
gem 'sequel', '~> 5.69'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
puma (6.3.0)
nio4r (~> 2.0)
racc (1.7.0)
rack (3.0.7)
rack (3.0.8)
rack-test (2.1.0)
rack (>= 1.3)
rack-unreloader (2.1.0)
Expand All @@ -53,7 +53,7 @@ GEM
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
roda (3.68.0)
roda (3.69.0)
rack
rubocop (1.52.1)
json (~> 2.3)
Expand Down Expand Up @@ -120,7 +120,7 @@ DEPENDENCIES
rack-unreloader (~> 2.0)
rackup (~> 2.1.0)
rake (~> 13.0)
roda (~> 3.68)
roda (~> 3.69)
rubocop (~> 1.52)
rubocop-minitest (~> 0.31.0)
rubocop-performance (~> 1.18)
Expand Down

0 comments on commit 59194c8

Please sign in to comment.