Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ gem 'bcrypt'
gem 'data_mapper'
gem 'dm-postgres-adapter'
gem 'pg'
gem 'sinatra'
gem 'sinatra-contrib'
gem 'sinatra', '>= 2.2.0'
gem 'sinatra-contrib', '>= 2.2.0'
gem 'twilio-ruby', '>= 5.0.0'

group :test, :development do
Expand Down
42 changes: 22 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
backports (3.6.8)
bcrypt (3.1.11)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
Expand Down Expand Up @@ -64,16 +63,18 @@ GEM
jwt (1.5.6)
libxml-ruby (3.0.0)
mini_portile2 (2.0.0)
multi_json (1.11.2)
multi_json (1.15.0)
multipart-post (2.0.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
pg (0.18.4)
rack (1.6.4)
rack-protection (1.5.3)
rack (2.2.3)
rack-protection (2.2.0)
rack
rack-test (0.6.3)
rack (>= 1.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (11.1.1)
rspec (3.4.0)
rspec-core (~> 3.4.0)
Expand All @@ -88,19 +89,20 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-contrib (1.4.6)
backports (>= 2.0)
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
sinatra-contrib (2.2.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
mustermann (~> 1.0)
rack-protection (= 2.2.0)
sinatra (= 2.2.0)
tilt (~> 2.0)
stringex (1.5.1)
tilt (2.0.2)
tilt (2.0.10)
twilio-ruby (5.0.0)
faraday (~> 0.9)
jwt (~> 1.5)
Expand All @@ -120,9 +122,9 @@ DEPENDENCIES
rack-test
rake
rspec
sinatra
sinatra-contrib
sinatra (>= 2.2.0)
sinatra-contrib (>= 2.2.0)
twilio-ruby (>= 5.0.0)

BUNDLED WITH
1.15.1
1.17.3