Skip to content

Commit

Permalink
Merge pull request #30 from jarthod/loosen-dependencies
Browse files Browse the repository at this point in the history
Loosen msgpack, hashie and childprocess dependencies
  • Loading branch information
p committed Mar 17, 2021
2 parents 6288361 + 2ced8ff commit 599988c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ group :development, :test do
end

group :test do
gem 'childprocess'
gem 'rspec_junit_formatter'
gem 'nokogiri'
gem 'fuubar'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ PATH
remote: .
specs:
paraspec (0.0.3)
childprocess (~> 0.9.0)
hashie (~> 3.5.7)
msgpack (~> 1.2.4)
hashie (>= 3.4.5)
msgpack
rspec-core (>= 3.7.1, < 4.0)

GEM
Expand All @@ -18,9 +17,9 @@ GEM
fuubar (2.5.0)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
hashie (3.5.7)
hashie (4.1.0)
mini_portile2 (2.4.0)
msgpack (1.2.10)
msgpack (1.4.2)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
rspec (3.9.0)
Expand All @@ -45,6 +44,7 @@ PLATFORMS

DEPENDENCIES
byebug
childprocess
fuubar
nokogiri
paraspec!
Expand Down
5 changes: 2 additions & 3 deletions paraspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.9.3'
s.add_runtime_dependency "rspec-core", ">= 3.7.1", "< 4.0"
s.add_runtime_dependency "childprocess", "~> 0.9.0"
s.add_runtime_dependency "hashie", "~> 3.5.7"
s.add_runtime_dependency "msgpack", "~> 1.2.4"
s.add_runtime_dependency "hashie", ">= 3.4.5"
s.add_runtime_dependency "msgpack"
end

0 comments on commit 599988c

Please sign in to comment.