Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ginseng-web from 9acaa1e to c8bcebf #969

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ GIT

GIT
remote: https://github.com/pooza/ginseng-web.git
revision: 9acaa1ec041c9857a904f79151b9cce0b0cf3be9
revision: c8bcebf396777b054b725bbd03eea5d9bfd5ad65
specs:
ginseng-web (1.3.34)
ginseng-web (1.3.35)
erb
puma (>= 6.4.3)
rack (>= 3.1.5)
rss
sassc
sinatra
sinatra (>= 4.1.0)
slim
tilt (~> 2.1.0)

Expand Down Expand Up @@ -218,8 +218,9 @@ GEM
raabro (1.4.0)
racc (1.8.1)
rack (3.1.8)
rack-protection (4.0.0)
rack-protection (4.1.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -295,10 +296,11 @@ GEM
rufus-scheduler (~> 3.2)
sidekiq (>= 6, < 8)
tilt (>= 1.4.0, < 3)
sinatra (4.0.0)
sinatra (4.1.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
slim (5.2.1)
Expand Down
Loading