Files
old-pruning-excersise/Gemfile.lock

79 lines
1.7 KiB
Plaintext
Raw Normal View History

2018-08-13 11:25:01 +02:00
GEM
remote: https://rubygems.org/
specs:
2018-08-13 15:01:28 +02:00
activesupport (5.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
backports (3.11.3)
2018-08-13 18:54:12 +02:00
bogus (0.1.6)
dependor (>= 0.0.4)
2018-08-13 15:01:28 +02:00
concurrent-ruby (1.0.5)
2018-08-13 18:54:12 +02:00
dependor (1.0.1)
2018-08-13 11:25:01 +02:00
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.5.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
2018-08-13 15:01:28 +02:00
i18n (1.1.0)
concurrent-ruby (~> 1.0)
2018-08-13 11:25:01 +02:00
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
2018-08-13 15:01:28 +02:00
minitest (5.11.3)
multi_json (1.13.1)
2018-08-13 11:25:01 +02:00
mustermann (1.0.2)
netrc (0.11.0)
rack (2.0.5)
rack-indifferent (1.2.0)
rack (>= 1.5)
rack-protection (2.0.3)
rack
2018-08-13 18:54:12 +02:00
rake (12.3.1)
2018-08-13 11:25:01 +02:00
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retries (0.0.5)
sinatra (2.0.3)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.3)
tilt (~> 2.0)
2018-08-13 15:01:28 +02:00
sinatra-contrib (2.0.3)
activesupport (>= 4.0.0)
backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.3)
sinatra (= 2.0.3)
tilt (>= 1.3, < 3)
2018-08-13 11:25:01 +02:00
sinatra-router (0.2.4)
sinatra (>= 1.4, < 3.0)
2018-08-13 15:01:28 +02:00
thread_safe (0.3.6)
2018-08-13 11:25:01 +02:00
tilt (2.0.8)
2018-08-13 15:01:28 +02:00
tzinfo (1.2.5)
thread_safe (~> 0.1)
2018-08-13 11:25:01 +02:00
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
PLATFORMS
ruby
DEPENDENCIES
2018-08-13 18:54:12 +02:00
bogus (~> 0.1.6)
2018-08-13 11:25:01 +02:00
dotenv (~> 2.5)
2018-08-13 18:54:12 +02:00
minitest (~> 5.11)
2018-08-13 11:25:01 +02:00
rack-indifferent (~> 1.2)
2018-08-13 18:54:12 +02:00
rake (~> 12.3)
2018-08-13 11:25:01 +02:00
rest-client (~> 2.0)
retries (~> 0.0.5)
sinatra (~> 2.0)
2018-08-13 15:01:28 +02:00
sinatra-contrib (~> 2.0)
2018-08-13 11:25:01 +02:00
sinatra-router (~> 0.2.4)
BUNDLED WITH
1.16.2