Skip to content

Commit

Permalink
change dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChungHyup committed Feb 27, 2020
1 parent 33c972a commit 7dee62a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 43 deletions.
80 changes: 39 additions & 41 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,68 +1,67 @@
PATH
remote: .
specs:
omniauth-kakao (0.1.2)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.3.1)
omniauth-kakao (0.1.3)
omniauth (>= 1.1.1)
omniauth-oauth2 (~> 1.6)

GEM
remote: http://rubygems.org/
specs:
coderay (1.1.0)
diff-lcs (1.2.5)
coderay (1.1.2)
diff-lcs (1.3)
fakeweb (1.3.0)
faraday (0.9.2)
faraday (1.0.0)
multipart-post (>= 1.2, < 3)
ffi (1.9.10)
ffi (1.12.2)
formatador (0.2.5)
guard (2.13.0)
guard (2.16.1)
formatador (>= 0.2.4)
listen (>= 2.7, <= 4.0)
lumberjack (~> 1.0)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-rspec (4.6.4)
guard-rspec (4.7.3)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashie (3.4.3)
jwt (1.5.1)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
lumberjack (1.0.10)
method_source (0.8.2)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
hashie (3.6.0)
jwt (2.2.1)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.4)
method_source (0.9.2)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
nenv (0.3.0)
notiffany (0.0.8)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
oauth2 (1.1.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0, < 1.5.2)
oauth2 (1.4.4)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.3.1)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
omniauth-oauth2 (1.3.1)
oauth2 (~> 1.0)
omniauth (~> 1.2)
pry (0.10.3)
omniauth (1.9.0)
hashie (>= 3.4.6, < 3.7.0)
rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.6.0)
oauth2 (~> 1.1)
omniauth (~> 1.9)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.4)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
method_source (~> 0.9.0)
rack (2.2.2)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
Expand All @@ -72,8 +71,7 @@ GEM
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.99.4)
shellany (0.0.1)
slop (3.6.0)
thor (0.19.1)
thor (1.0.1)

PLATFORMS
ruby
Expand All @@ -85,4 +83,4 @@ DEPENDENCIES
rspec (~> 2.14, >= 2.14.1)

BUNDLED WITH
1.11.2
2.1.4
4 changes: 2 additions & 2 deletions omniauth-kakao.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'omniauth', '~> 1.0'
s.add_dependency 'omniauth-oauth2', '~> 1.3.1'
s.add_dependency 'omniauth', '>= 1.1.1'
s.add_dependency 'omniauth-oauth2', '~> 1.6'

s.add_development_dependency 'rspec', '~> 2.14', '>= 2.14.1'
s.add_development_dependency 'guard-rspec', '~> 4.2', '>= 4.2.8'
Expand Down

0 comments on commit 7dee62a

Please sign in to comment.