Skip to content

Commit

Permalink
LTI-374: updated rails_lti2_tool_provider gem to support multiple sec… (
Browse files Browse the repository at this point in the history
#246)

* LTI-374: updated rails_lti2_tool_provider gem to support multiple secrets on lti 1.1 keys

* LTI-374: restored gem to 0.1.5 due breaking changes
  • Loading branch information
jfederico authored Jun 13, 2024
1 parent 37bf0f4 commit 92454db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gem 'repost', '~> 0.3.8'
gem 'lodash-rails'
gem 'react-rails', '>= 3.2.0'

gem 'rails_lti2_provider', git: 'https://github.com/blindsidenetworks/rails_lti2_provider.git', tag: '0.1.5'
gem 'rails_lti2_provider', git: 'https://github.com/blindsidenetworks/rails_lti2_provider.git', tag: '0.1.5.1'

gem 'ims-lti', git: 'https://github.com/blindsidenetworks/ims-lti.git', tag: 'v2.3.2.1'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ GIT

GIT
remote: https://github.com/blindsidenetworks/rails_lti2_provider.git
revision: 5ca1cc0427c04187bbeb81848f0e7bfee72f9534
tag: 0.1.5
revision: 1e1439a52bee5c6219353c42728932118a410b8b
tag: 0.1.5.1
specs:
rails_lti2_provider (0.1.5)
rails_lti2_provider (0.1.5.1)
ims-lti (~> 2.3.2.1)

GIT
Expand Down

0 comments on commit 92454db

Please sign in to comment.