Skip to content
Closed
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,6 +1,6 @@
source 'http://rubygems.org'

gem 'sinatra', '~> 2.0'
gem 'sinatra', '~> 2.2'
gem 'jwt', '~> 2.1'
gem 'octokit', '~> 4.0'
gem 'dotenv'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
ipaddr
public_suffix (4.0.3)
rack (2.2.3)
rack-protection (2.0.8.1)
rack-protection (2.2.0)
rack
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
Expand All @@ -53,7 +53,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
ruby2_keywords (0.0.2)
ruby2_keywords (0.0.5)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
Expand All @@ -65,10 +65,10 @@ GEM
simplecov
terminal-table
simplecov-html (0.12.2)
sinatra (2.0.8.1)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
Expand All @@ -94,7 +94,7 @@ DEPENDENCIES
rspec
simplecov
simplecov-console
sinatra (~> 2.0)
sinatra (~> 2.2)
thin

BUNDLED WITH
Expand Down