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

[Snyk] Fix for 1 vulnerabilities #280

Open
wants to merge 2 commits 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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ gem 'rake'
gem 'rest-client'

group :scripts do
gem 'sinatra'
gem 'sinatra', '>= 2.0.0'
gem 'pusher'
gem 'json'
gem 'thin'
gem 'thin', '>= 1.7.0'
gem 'uuid'
end

Expand Down
30 changes: 17 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ GEM
netrc (= 0.7.8)
cocoapods-try (1.1.0)
colored (1.2)
daemons (1.2.3)
daemons (1.3.1)
domain_name (0.5.20160615)
unf (>= 0.0.5, < 1.0.0)
escape (0.0.4)
eventmachine (1.2.0.1)
eventmachine (1.2.7)
fourflusher (2.0.1)
fuzzy_match (2.0.4)
gh_inspector (1.0.3)
Expand All @@ -76,6 +76,8 @@ GEM
minitest (5.10.1)
molinillo (0.5.7)
multi_json (1.12.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nanaimo (0.2.3)
nap (1.1.0)
netrc (0.7.8)
Expand All @@ -84,27 +86,29 @@ GEM
multi_json (~> 1.0)
pusher-signature (~> 0.1.8)
pusher-signature (0.1.8)
rack (1.6.12)
rack-protection (1.5.5)
rack (2.2.2)
rack-protection (2.0.8.1)
rack
rake (11.2.2)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
ruby-macho (0.2.6)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
ruby2_keywords (0.0.2)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
state_machine (1.1.2)
systemu (2.6.5)
thin (1.7.0)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.0.5)
tilt (2.0.10)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unf (0.1.4)
Expand All @@ -129,11 +133,11 @@ DEPENDENCIES
pusher
rake
rest-client
sinatra
thin
sinatra (>= 2.0.0)
thin (>= 1.7.0)
uuid
xcodebuild-rb!
xcodeproj

BUNDLED WITH
1.13.6
1.17.3