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 c79e367 commit 0cab2b3Copy full SHA for 0cab2b3
Gemfile
@@ -2,6 +2,8 @@ source "https://rubygems.org"
2
3
gemspec
4
5
+gem "actionpack"
6
+
7
# Those lines need to be added
8
plugin 'diffend'
9
# Monitor is required for production realtime notifications
oauth.gemspec
@@ -28,7 +28,6 @@ Gem::Specification.new do |spec|
28
# This gem will work with Ruby 2.0 or greater...
29
spec.required_ruby_version = ">= 2.0"
30
31
- spec.add_development_dependency("actionpack", ">= 5.0")
32
spec.add_development_dependency("curb")
33
spec.add_development_dependency("em-http-request", "~> 1.1.7")
34
spec.add_development_dependency("iconv")
0 commit comments