dynette/Gemfile.lock
dependabot[bot] ed0fee32d7
Bump rack-protection from 1.5.0 to 1.5.5 (#10)
Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.5.0 to 1.5.5.
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinatra/sinatra/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-05 19:48:08 +02:00

115 lines
2.6 KiB
Text

GEM
remote: https://rubygems.org/
specs:
addressable (2.3.4)
bcrypt (3.1.11)
bcrypt-ruby (3.0.1)
daemons (1.1.9)
data_mapper (1.2.0)
dm-aggregates (~> 1.2.0)
dm-constraints (~> 1.2.0)
dm-core (~> 1.2.0)
dm-migrations (~> 1.2.0)
dm-serializer (~> 1.2.0)
dm-timestamps (~> 1.2.0)
dm-transactions (~> 1.2.0)
dm-types (~> 1.2.0)
dm-validations (~> 1.2.0)
data_objects (0.10.17)
addressable (~> 2.1)
dm-aggregates (1.2.0)
dm-core (~> 1.2.0)
dm-constraints (1.2.0)
dm-core (~> 1.2.0)
dm-core (1.2.1)
addressable (~> 2.3)
dm-do-adapter (1.2.0)
data_objects (~> 0.10.6)
dm-core (~> 1.2.0)
dm-migrations (1.2.0)
dm-core (~> 1.2.0)
dm-postgres-adapter (1.2.0)
dm-do-adapter (~> 1.2.0)
do_postgres (~> 0.10.6)
dm-serializer (1.2.2)
dm-core (~> 1.2.0)
fastercsv (~> 1.5)
json (~> 1.6)
json_pure (~> 1.6)
multi_json (~> 1.0)
dm-timestamps (1.2.0)
dm-core (~> 1.2.0)
dm-transactions (1.2.0)
dm-core (~> 1.2.0)
dm-types (1.2.2)
bcrypt-ruby (~> 3.0)
dm-core (~> 1.2.0)
fastercsv (~> 1.5)
json (~> 1.6)
multi_json (~> 1.0)
stringex (~> 1.4)
uuidtools (~> 2.1)
dm-validations (1.2.0)
dm-core (~> 1.2.0)
do_postgres (0.10.17)
data_objects (= 0.10.17)
eventmachine (1.2.5)
fastercsv (1.5.5)
json (1.8.6)
json_pure (1.8.0)
multi_json (1.7.7)
pg (0.21.0)
rack (1.6.12)
rack-protection (1.5.5)
rack
sinatra (1.4.3)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
stringex (1.5.1)
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.4.1)
uuidtools (2.1.4)
PLATFORMS
ruby
DEPENDENCIES
addressable (= 2.3.4)
bcrypt (= 3.1.11)
bcrypt-ruby (= 3.0.1)
bundler (>= 1.7.4)
daemons (= 1.1.9)
data_mapper (= 1.2.0)
data_objects (>= 0.10.13)
dm-aggregates (= 1.2.0)
dm-constraints (= 1.2.0)
dm-core (= 1.2.1)
dm-do-adapter (= 1.2.0)
dm-migrations (= 1.2.0)
dm-postgres-adapter (= 1.2.0)
dm-serializer (= 1.2.2)
dm-timestamps (= 1.2.0)
dm-transactions (= 1.2.0)
dm-types (= 1.2.2)
dm-validations (= 1.2.0)
do_postgres (>= 0.10.17)
eventmachine (>= 1.0.3)
fastercsv (= 1.5.5)
json (>= 1.8.0)
json_pure (= 1.8.0)
multi_json (= 1.7.7)
pg (>= 0.15.1)
rack (>= 1.5.2)
rack-protection (= 1.5.5)
sinatra (= 1.4.3)
stringex (= 1.5.1)
thin (= 1.5.1)
tilt (= 1.4.1)
uuidtools (= 2.1.4)
BUNDLED WITH
1.13.6