Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop active_job from the dependencies. #1331

Merged
merged 1 commit into from
Sep 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ PATH
administrate (0.11.0)
actionpack (>= 4.2)
actionview (>= 4.2)
activejob (>= 4.2)
activerecord (>= 4.2)
autoprefixer-rails (>= 6.0)
datetime_picker_rails (~> 0.0.7)
Expand All @@ -30,9 +29,6 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.0.0)
activesupport (= 6.0.0)
globalid (>= 0.3.6)
activemodel (6.0.0)
activesupport (= 6.0.0)
activerecord (6.0.0)
Expand Down Expand Up @@ -207,9 +203,8 @@ GEM
rspec-support (~> 3.8)
rspec-support (3.8.0)
safe_yaml (1.0.5)
sassc (2.0.1)
sassc (2.2.0)
ffi (~> 1.9)
rake
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
Expand Down
1 change: 0 additions & 1 deletion administrate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Gem::Specification.new do |s|
s.add_dependency "actionpack", ">= 4.2"
s.add_dependency "actionview", ">= 4.2"
s.add_dependency "activerecord", ">= 4.2"
s.add_dependency "activejob", ">= 4.2"

s.add_dependency "autoprefixer-rails", ">= 6.0"
s.add_dependency "datetime_picker_rails", "~> 0.0.7"
Expand Down
1 change: 0 additions & 1 deletion spec/example_app/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require "active_record/railtie"
require "action_controller/railtie"
require "action_view/railtie"
require "active_job/railtie"
require "sprockets/railtie"

# Require the gems listed in Gemfile, including any gems
Expand Down