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
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
dry-equalizer (~> 0.2)
dry-logic (~> 0.5, >= 0.5.0)
dry-types (~> 0.14, >= 0.14)
fuubar (2.3.2)
fuubar (2.5.0)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
http-cookie (1.0.3)
Expand Down Expand Up @@ -104,15 +104,15 @@ GEM
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rspec-support (3.8.3)
rubocop (0.65.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
Expand All @@ -122,7 +122,7 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
ruby-progressbar (1.10.1)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand All @@ -143,7 +143,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 2.0)
codecov (~> 0.1.10)
fuubar (~> 2.3.0)
fuubar (~> 2.5.0)
git-shell!
pry (~> 0.12.2)
pry-byebug (~> 3.7.0)
Expand Down
2 changes: 1 addition & 1 deletion git-shell.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'codecov', '~> 0.1.10'
spec.add_development_dependency 'fuubar', '~> 2.3.0'
spec.add_development_dependency 'fuubar', '~> 2.5.0'
spec.add_development_dependency 'pry', '~> 0.12.2'
spec.add_development_dependency 'pry-byebug', '~> 3.7.0'
spec.add_development_dependency 'pry-rescue', '~> 1.5.0'
Expand Down