Skip to content

Commit a985cdb

Browse files
committed
chore(gemfile): add pry-byebug
1 parent f9fbc66 commit a985cdb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ source "https://rubygems.org"
44

55
# gem "rails"
66

7-
gem "pry", groups: [:development]
8-
gem "rspec", "~> 3.11", groups: [:development, :test]
7+
gem "pry", :groups => [:development]
8+
gem 'pry-byebug', :groups => [:development]
9+
gem "rspec", "~> 3.11", :groups => [:development, :test]
910
gem "timecop", "~> 0.9.5", groups: [:development, :test]

Gemfile.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
byebug (11.1.3)
45
coderay (1.1.3)
56
diff-lcs (1.5.0)
67
method_source (1.0.0)
78
pry (0.14.1)
89
coderay (~> 1.1)
910
method_source (~> 1.0)
11+
pry-byebug (3.10.1)
12+
byebug (~> 11.0)
13+
pry (>= 0.13, < 0.15)
1014
rspec (3.11.0)
1115
rspec-core (~> 3.11.0)
1216
rspec-expectations (~> 3.11.0)
@@ -29,8 +33,9 @@ PLATFORMS
2933

3034
DEPENDENCIES
3135
pry
36+
pry-byebug
3237
rspec (~> 3.11)
3338
timecop (~> 0.9.5)
3439

3540
BUNDLED WITH
36-
2.3.16
41+
2.3.20

0 commit comments

Comments
 (0)