dynette/Gemfile
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

34 lines
903 B
Ruby

source 'https://rubygems.org'
gem 'addressable', '= 2.3.4'
gem 'bcrypt', '=3.1.11'
gem 'bcrypt-ruby', '=3.0.1'
gem 'bundler', '>=1.7.4'
gem 'daemons', '=1.1.9'
gem 'data_mapper', '=1.2.0'
gem 'data_objects', '>=0.10.13'
gem 'dm-aggregates', '=1.2.0'
gem 'dm-constraints', '=1.2.0'
gem 'dm-core', '=1.2.1'
gem 'dm-do-adapter', '=1.2.0'
gem 'dm-migrations', '=1.2.0'
gem 'dm-postgres-adapter', '=1.2.0'
gem 'dm-serializer', '=1.2.2'
gem 'dm-timestamps', '=1.2.0'
gem 'dm-transactions', '=1.2.0'
gem 'dm-types', '=1.2.2'
gem 'dm-validations', '=1.2.0'
gem 'do_postgres', '>=0.10.17'
gem 'eventmachine', '>=1.0.3'
gem 'fastercsv', '=1.5.5'
gem 'json', '>=1.8.0'
gem 'json_pure', '=1.8.0'
gem 'multi_json', '=1.7.7'
gem 'pg', '>=0.15.1'
gem 'rack', '>=1.5.2'
gem 'rack-protection', '1.5.5'
gem 'sinatra', '=1.4.3'
gem 'stringex', '=1.5.1'
gem 'thin', '=1.5.1'
gem 'tilt', '=1.4.1'
gem 'uuidtools', '=2.1.4'