Skip to content

Commit

Permalink
bump delayed_job
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansing committed Nov 15, 2016
1 parent da24e89 commit 6f9ddb8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem 'font-awesome-rails', '~> 4.3.0'
gem 'apipie-rails', '~> 0.3.5'
gem 'maruku', require: false
gem 'database_cleaner'
gem 'delayed_job_active_record', '~> 4.0.1'
gem 'delayed_job_active_record', '~> 4.1.1'
gem 'carrierwave'
gem 'autoprefixer-rails', '~> 6.5.1.1'

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ GEM
database_cleaner (1.4.0)
debug_inspector (0.0.2)
debugger-linecache (1.2.0)
delayed_job (4.0.6)
activesupport (>= 3.0, < 5.0)
delayed_job_active_record (4.0.3)
activerecord (>= 3.0, < 5.0)
delayed_job (>= 3.0, < 4.1)
delayed_job (4.1.2)
activesupport (>= 3.0, < 5.1)
delayed_job_active_record (4.1.1)
activerecord (>= 3.0, < 5.1)
delayed_job (>= 3.0, < 5)
docile (1.1.5)
ebnf (0.3.6)
haml (~> 4.0)
Expand Down Expand Up @@ -369,7 +369,7 @@ DEPENDENCIES
capybara (~> 2.4.0)
carrierwave
database_cleaner
delayed_job_active_record (~> 4.0.1)
delayed_job_active_record (~> 4.1.1)
faraday (= 0.9.0)
faraday_middleware
font-awesome-rails (~> 4.3.0)
Expand Down
2 changes: 1 addition & 1 deletion iqvoc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_dependency 'apipie-rails', '~> 0.3.5'
s.add_dependency 'maruku'
s.add_dependency 'database_cleaner'
s.add_dependency 'delayed_job_active_record', '~> 4.0.1'
s.add_dependency 'delayed_job_active_record', '~> 4.1.1'
s.add_dependency 'carrierwave'
s.add_dependency 'autoprefixer-rails', '~> 6.5.1.1'

Expand Down

0 comments on commit 6f9ddb8

Please sign in to comment.