Skip to content

Commit

Permalink
Merge pull request #76 from unipept/update-gemfile
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
bmesuere authored Jan 21, 2020
2 parents 1abfa78 + ec3de37 commit cec2bd4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Metrics/AbcSize:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/LineLength:
Layout/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Expand All @@ -35,5 +35,5 @@ Metrics/PerceivedComplexity:
Enabled: false
Naming/HeredocDelimiterNaming:
Enabled: false
Naming/UncommunicativeMethodParamName:
Naming/MethodParameterName:
Enabled: false
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
source 'http://rubygems.org'
# Add dependencies required to use your gem here.

gem 'cri', '~>2.15.3'
gem 'typhoeus', '~> 1.1'
gem 'cri', '~>2.15.10'
gem 'typhoeus', '~> 1.3.1'

group :development do
gem 'minitest', '~> 5.7'
gem 'rake', '~> 10.4'
gem 'rubocop', '~>0.32'
gem 'minitest', '~> 5.14'
gem 'rake', '~> 13.0.1'
gem 'rubocop', '~>0.79.0'
end

group :release do
Expand Down
48 changes: 23 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
addressable (2.4.0)
ast (2.4.0)
builder (3.2.3)
builder (3.2.4)
cri (2.15.10)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
Expand All @@ -22,7 +22,7 @@ GEM
oauth2 (~> 1.0)
hashie (4.0.0)
highline (2.0.3)
jaro_winkler (1.5.2)
jaro_winkler (1.5.4)
jeweler (2.3.9)
builder
bundler
Expand All @@ -34,55 +34,53 @@ GEM
rake
rdoc
semver2
jwt (2.1.0)
jwt (2.2.1)
mime-types (2.99.3)
mini_portile2 (2.4.0)
minitest (5.12.0)
minitest (5.14.0)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
nokogiri (1.10.1)
multipart-post (2.1.1)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
oauth2 (1.4.2)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
parallel (1.13.0)
parser (2.6.0.0)
parallel (1.19.1)
parser (2.7.0.2)
ast (~> 2.4.0)
powerpack (0.1.2)
psych (3.1.0)
rack (2.0.6)
rack (2.1.1)
rainbow (3.0.0)
rake (10.5.0)
rdoc (6.1.1)
rubocop (0.63.0)
rake (13.0.1)
rdoc (6.2.1)
rubocop (0.79.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
semver2 (3.4.2)
thread_safe (0.3.6)
typhoeus (1.3.1)
ethon (>= 0.9.0)
unicode-display_width (1.4.1)
unicode-display_width (1.6.1)

PLATFORMS
ruby

DEPENDENCIES
cri (~> 2.15.3)
cri (~> 2.15.10)
jeweler
minitest (~> 5.7)
rake (~> 10.4)
rubocop (~> 0.32)
typhoeus (~> 1.1)
minitest (~> 5.14)
rake (~> 13.0.1)
rubocop (~> 0.79.0)
typhoeus (~> 1.3.1)

BUNDLED WITH
1.17.2

0 comments on commit cec2bd4

Please sign in to comment.