Skip to content

Commit

Permalink
💚 Move actionpack out of gemspec
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Boling <peter.boling@gmail.com>
  • Loading branch information
pboling committed May 3, 2022
1 parent c79e367 commit 0cab2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ source "https://rubygems.org"

gemspec

gem "actionpack"

# Those lines need to be added
plugin 'diffend'
# Monitor is required for production realtime notifications
Expand Down
1 change: 0 additions & 1 deletion oauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Gem::Specification.new do |spec|
# This gem will work with Ruby 2.0 or greater...
spec.required_ruby_version = ">= 2.0"

spec.add_development_dependency("actionpack", ">= 5.0")
spec.add_development_dependency("curb")
spec.add_development_dependency("em-http-request", "~> 1.1.7")
spec.add_development_dependency("iconv")
Expand Down

0 comments on commit 0cab2b3

Please sign in to comment.