Skip to content

Commit 906c497

Browse files
authored
Merge pull request #2768 from ruby-grape/remove_guard
Remove Guard
2 parents 276805a + 9563e30 commit 906c497

3 files changed

Lines changed: 1 addition & 15 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#### Features
44

5+
* [#2768](https://github.com/ruby-grape/grape/pull/2768): Remove Guard - [@ericproulx](https://github.com/ericproulx).
56
* Your contribution here.
67

78
#### Fixes

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ end
1616
group :development do
1717
gem 'benchmark-ips'
1818
gem 'benchmark-memory'
19-
gem 'guard'
20-
gem 'guard-rspec'
21-
gem 'guard-rubocop'
2219
gem 'irb'
2320
end
2421

Guardfile

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)