Skip to content

Commit

Permalink
Merge 768f9cc into f526e15
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Dec 9, 2018
2 parents f526e15 + 768f9cc commit 45b01e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -14,7 +14,6 @@ gem "redis"
gem "rollbar"
gem "rubyzip"
gem "simpleidn"
gem "sinatra-contrib"
gem "sinatra"

group :test, :development do
Expand Down
24 changes: 1 addition & 23 deletions Gemfile.lock
@@ -1,20 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.1.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ansi (1.5.0)
ast (2.4.0)
backports (3.11.4)
certificate-transparency (0.6.0)
certificate-transparency-client (0.5.2)
certificate-transparency (~> 0.4)
concurrent-ruby (1.1.3)
coveralls (0.8.22)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
Expand All @@ -41,12 +34,9 @@ GEM
domain_name (~> 0.5)
http-form_data (2.1.1)
http_parser.rb (0.6.0)
i18n (1.1.1)
concurrent-ruby (~> 1.0)
json (2.1.0)
levenshtein-ffi (1.1.0)
ffi (~> 1.9)
minitest (5.11.3)
mock_redis (0.19.0)
multi_json (1.13.1)
mustermann (1.0.3)
Expand All @@ -61,7 +51,7 @@ GEM
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (12.3.1)
rake (12.3.2)
redis (4.0.3)
rollbar (2.18.0)
multi_json
Expand Down Expand Up @@ -95,22 +85,11 @@ GEM
rack (~> 2.0)
rack-protection (= 2.0.4)
tilt (~> 2.0)
sinatra-contrib (2.0.4)
activesupport (>= 4.0.0)
backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.4)
sinatra (= 2.0.4)
tilt (>= 1.3, < 3)
term-ansicolor (1.7.0)
tins (~> 1.0)
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.9)
tins (1.20.2)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
Expand Down Expand Up @@ -143,7 +122,6 @@ DEPENDENCIES
rubyzip
simpleidn
sinatra
sinatra-contrib
vcr
webmock

Expand Down

0 comments on commit 45b01e0

Please sign in to comment.