Skip to content

Commit 3817d4c

Browse files
juanbocawaj
authored andcommitted
Removing gem only for hotfix branch
1 parent d54c52e commit 3817d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ group :test, :development do
6161
gem 'jasminerice'
6262
gem 'guard-jasmine'
6363
gem 'pry'
64-
gem 'pry-debugger'
6564
end
6665

6766
group :development do
6867
gem 'pry-stack_explorer'
6968
gem 'dist', :git => 'https://github.com/manastech/dist.git'
7069
gem 'ruby-prof', :git => 'https://github.com/ruby-prof/ruby-prof.git'
70+
gem 'pry-debugger'
7171
end
7272

7373
# Gems used only for assets and not required

0 commit comments

Comments
 (0)