This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
zsh-autosuggestions
mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
40
Wiki
Activity
Browse Source
Use pry-byebug instead of pry for more functionality
pull/223/head
Eric Freese
9 years ago
parent
cb93366d0e
commit
ce362248fa
2 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Gemfile
+5
-1
Gemfile.lock
+ 1
- 1
Gemfile
View File
@ -2,4 +2,4 @@ source 'https://rubygems.org'
gem
'rspec'
gem
'rspec-wait'
gem
'pry'
gem
'pry
-byebug
'
+ 5
- 1
Gemfile.lock
View File
@ -1,6 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
byebug (9.0.5)
coderay (1.1.1)
diff-lcs (1.3)
method_source (0.8.2)
@ -8,6 +9,9 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.0)
byebug (~> 9.0)
pry (~> 0.10)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
@ -29,7 +33,7 @@ PLATFORMS
ruby
DEPENDENCIES
pry
pry
-byebug
rspec
rspec-wait
Write
Preview
Loading…
Cancel
Save