Skip to content
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
@@ -1,8 +1,8 @@
source 'https://rubygems.org'
ruby '~> 2.6.3'

gem 'sinatra', '~> 1.4.4'
gem 'sinatra-contrib', '~> 1.4.2'
gem 'sinatra', '~> 3.0.4'
gem 'sinatra-contrib', '~> 3.0.4'
gem 'sinatra-flash', '~> 0.3.0'
gem 'ims-lti', '~> 1.1.4'
gem 'dm-core'
Expand Down
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ GEM
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
backports (3.18.1)
builder (3.2.4)
data_objects (0.10.17)
addressable (~> 2.1)
Expand All @@ -30,29 +29,30 @@ GEM
builder
oauth (>= 0.4.5, < 0.6)
json (1.8.6)
multi_json (1.14.1)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
oauth (0.5.4)
pg (1.2.3)
public_suffix (4.0.5)
rack (1.6.13)
rack-protection (1.5.5)
rack (2.2.4)
rack-protection (3.0.4)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-contrib (1.4.7)
backports (>= 2.0)
ruby2_keywords (0.0.5)
sinatra (3.0.4)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.4)
tilt (~> 2.0)
sinatra-contrib (3.0.4)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
mustermann (~> 3.0)
rack-protection (= 3.0.4)
sinatra (= 3.0.4)
tilt (~> 2.0)
sinatra-flash (0.3.0)
sinatra (>= 1.0.0)
tilt (2.0.10)
tilt (2.0.11)

PLATFORMS
ruby
Expand All @@ -66,8 +66,8 @@ DEPENDENCIES
ims-lti (~> 1.1.4)
json (~> 1.8.6)
pg
sinatra (~> 1.4.4)
sinatra-contrib (~> 1.4.2)
sinatra (~> 3.0.4)
sinatra-contrib (~> 3.0.4)
sinatra-flash (~> 0.3.0)

RUBY VERSION
Expand Down