Skip to content
This repository was archived by the owner on May 29, 2020. It is now read-only.

Commit 8afdc0a

Browse files
committed
pry-rails を test から外した
1 parent a6ac5d8 commit 8afdc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ group :development do
5858
gem "better_errors"
5959
gem 'binding_of_caller'
6060
gem 'annotate'
61+
gem "pry-rails"
6162
end
6263

6364
group :development, :test do
6465
gem "rspec-rails"
6566
gem "webrat"
66-
gem "pry-rails"
6767
gem 'spring'
6868
gem 'sqlite3'
6969
gem 'ci_reporter'

0 commit comments

Comments
 (0)