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
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
omniauth-nextcloud (0.2.2)
omniauth (= 2.0.4)
omniauth-oauth2 (= 1.7.2)
rexml (= 3.2.5)
rexml (= 3.2.8)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -41,7 +41,8 @@ GEM
rainbow (3.0.0)
rake (13.0.6)
regexp_parser (2.1.1)
rexml (3.2.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand All @@ -68,6 +69,7 @@ GEM
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
strscan (3.1.0)
unicode-display_width (2.1.0)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion omniauth-nextcloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
# Uncomment to register a new dependency of your gem
spec.add_dependency "omniauth", "2.0.4"
spec.add_dependency "omniauth-oauth2", "1.7.2"
spec.add_dependency "rexml", "3.2.5"
spec.add_dependency "rexml", "3.2.8"

# For more information and examples about making a new gem, checkout our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down