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.
1 parent 6781a76 commit e3beaaaCopy full SHA for e3beaaa
Gemfile
@@ -4,11 +4,6 @@ gemspec
4
5
gem "actionpack"
6
7
-# Those lines need to be added
8
-plugin 'diffend'
9
-# Monitor is required for production realtime notifications
10
-gem 'diffend-monitor', require: %w[diffend/monitor]
11
-
12
ruby_version = Gem::Version.new(RUBY_VERSION)
13
minimum_version = ->(version) { ruby_version >= Gem::Version.new(version) && RUBY_ENGINE == "ruby" }
14
linting = minimum_version.call("2.0")
@@ -21,6 +16,10 @@ if overcommit
21
16
end
22
17
if danger
23
18
gem "danger", "~> 8.4"
19
+ # Those lines need to be added
20
+ plugin 'diffend'
+ # Monitor is required for production realtime notifications
+ gem 'diffend-monitor', require: %w[diffend/monitor]
24
25
if linting
26
gem "rubocop-md"
0 commit comments