a1d5dacb5e
Implemented Device Check API call
68 lines
1.4 KiB
Plaintext
68 lines
1.4 KiB
Plaintext
GEM
|
|
remote: https://rubygems.org/
|
|
specs:
|
|
activesupport (5.2.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)
|
|
backports (3.11.4)
|
|
concurrent-ruby (1.0.5)
|
|
domain_name (0.5.20180417)
|
|
unf (>= 0.0.5, < 1.0.0)
|
|
dotenv (2.5.0)
|
|
http (4.0.0)
|
|
addressable (~> 2.3)
|
|
http-cookie (~> 1.0)
|
|
http-form_data (~> 2.0)
|
|
http_parser.rb (~> 0.6.0)
|
|
http-cookie (1.0.3)
|
|
domain_name (~> 0.5)
|
|
http-form_data (2.1.1)
|
|
http_parser.rb (0.6.0)
|
|
i18n (1.1.1)
|
|
concurrent-ruby (~> 1.0)
|
|
jwt (2.1.0)
|
|
minitest (5.11.3)
|
|
multi_json (1.13.1)
|
|
mustermann (1.0.3)
|
|
public_suffix (3.0.3)
|
|
rack (2.0.5)
|
|
rack-protection (2.0.4)
|
|
rack
|
|
sinatra (2.0.4)
|
|
mustermann (~> 1.0)
|
|
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)
|
|
thread_safe (0.3.6)
|
|
tilt (2.0.8)
|
|
tzinfo (1.2.5)
|
|
thread_safe (~> 0.1)
|
|
unf (0.1.4)
|
|
unf_ext
|
|
unf_ext (0.0.7.5)
|
|
|
|
PLATFORMS
|
|
ruby
|
|
|
|
DEPENDENCIES
|
|
dotenv
|
|
http
|
|
jwt
|
|
sinatra
|
|
sinatra-contrib
|
|
|
|
BUNDLED WITH
|
|
1.16.4
|