Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Bump sinatra from 1.2.6 to 2.2.3 #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'http://rubygems.org'

gem 'sinatra', '1.2.6'
gem 'sinatra', '2.2.3'
gem 'thin', '1.2.7'
gem 'maruku', '0.6.0'
19 changes: 13 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,28 @@ GEM
eventmachine (0.12.10)
maruku (0.6.0)
syntax (>= 1.0.0)
rack (1.3.0)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
rack (2.2.4)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.5)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
tilt (~> 2.0)
syntax (1.0.0)
thin (1.2.7)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.2)
tilt (2.0.11)

PLATFORMS
ruby

DEPENDENCIES
maruku (= 0.6.0)
sinatra (= 1.2.6)
sinatra (= 2.2.3)
thin (= 1.2.7)