Skip to content

Commit 34a4fcb

Browse files
committed
Remove pry-rescue from Gemfile
1 parent af336cb commit 34a4fcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ gem 'rdoc', '>= 3.9'
66
group :development do
77
gem 'guard-rspec'
88
gem 'pry'
9-
gem 'pry-rescue'
109
platforms :ruby_19, :ruby_20 do
1110
gem 'pry-debugger'
1211
gem 'pry-stack_explorer'
@@ -15,7 +14,7 @@ end
1514

1615
group :test do
1716
gem 'childlabor'
18-
gem 'coveralls', '>=0.5.7', :require => false
17+
gem 'coveralls', '>= 0.5.7', :require => false
1918
# mime-types is required indirectly by coveralls
2019
# needs to be < 2.0 to work with Ruby 1.8.7
2120
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]

0 commit comments

Comments
 (0)