Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Jun 7, 2024
1 parent ef25142 commit 65e27c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem "whenever"

# Reference: https://github.com/pulibrary/pul-the-hard-way/blob/main/services/cas.md
gem "devise"
gem "omniauth-cas"
gem "omniauth-cas", "~> 3.0"

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'
Expand Down
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,14 @@ GEM
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
omniauth (1.9.2)
omniauth (2.1.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-cas (2.0.0)
addressable (~> 2.3)
nokogiri (~> 1.5)
omniauth (~> 1.2)
rack (>= 2.2.3)
rack-protection
omniauth-cas (3.0.0)
addressable (~> 2.8)
nokogiri (~> 1.12)
omniauth (~> 2.1)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.1.2.0)
Expand Down Expand Up @@ -592,7 +593,7 @@ DEPENDENCIES
net-smtp
net-ssh (= 7.0.0.beta1)
nokogiri (>= 1.13.4)
omniauth-cas
omniauth-cas (~> 3.0)
pg
pry-byebug
pry-rails
Expand Down

0 comments on commit 65e27c7

Please sign in to comment.