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
25 changes: 15 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
geocoder-studitemps (0.3.1)
geocoder (~> 1.6)
oauth2 (~> 1.4)
oauth2 (>= 1.4, < 3.0)

GEM
remote: https://rubygems.org/
Expand All @@ -15,31 +15,32 @@ GEM
crack (0.4.5)
rexml
diff-lcs (1.5.0)
faraday (2.2.0)
faraday-net_http (~> 2.0)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.1)
faraday-net_http (3.0.2)
geocoder (1.8.1)
hashdiff (1.0.1)
hashie (5.0.0)
json (2.6.3)
jwt (2.3.0)
jwt (2.7.0)
method_source (1.0.0)
multi_json (1.15.0)
multi_xml (0.6.0)
oauth2 (1.4.9)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.7)
rack (2.2.4)
rack (3.0.4.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.2)
Expand Down Expand Up @@ -71,7 +72,11 @@ GEM
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
unicode-display_width (2.4.2)
version_gem (1.1.1)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down
2 changes: 1 addition & 1 deletion geocoder-studitemps.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

# Register a new dependency of your gem
spec.add_dependency "geocoder", "~> 1.6"
spec.add_dependency "oauth2", "~> 1.4"
spec.add_dependency "oauth2", ">= 1.4", "< 3.0"

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