We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 276805a + 9563e30 commit 906c497Copy full SHA for 906c497
3 files changed
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
#### Features
4
5
+* [#2768](https://github.com/ruby-grape/grape/pull/2768): Remove Guard - [@ericproulx](https://github.com/ericproulx).
6
* Your contribution here.
7
8
#### Fixes
Gemfile
@@ -16,9 +16,6 @@ end
16
group :development do
17
gem 'benchmark-ips'
18
gem 'benchmark-memory'
19
- gem 'guard'
20
- gem 'guard-rspec'
21
- gem 'guard-rubocop'
22
gem 'irb'
23
end
24
Guardfile
0 commit comments