Skip to content

Commit

Permalink
v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpcmad committed Jan 22, 2023
1 parent e640c8b commit f01f15e
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 41 deletions.
8 changes: 3 additions & 5 deletions gemfiles/sidekiq_6.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'sidekiq', '~> 6.0.0'
gem "sidekiq", "~> 6.0.0"

gemspec path: '../'
gemspec path: "../"
8 changes: 3 additions & 5 deletions gemfiles/sidekiq_6.1.gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'sidekiq', '~> 6.1.0'
gem "sidekiq", "~> 6.1.0"

gemspec path: '../'
gemspec path: "../"
8 changes: 3 additions & 5 deletions gemfiles/sidekiq_6.2.gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'sidekiq', '~> 6.2.0'
gem "sidekiq", "~> 6.2.0"

gemspec path: '../'
gemspec path: "../"
8 changes: 3 additions & 5 deletions gemfiles/sidekiq_6.3.gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'sidekiq', '~> 6.3.0'
gem "sidekiq", "~> 6.3.0"

gemspec path: '../'
gemspec path: "../"
8 changes: 3 additions & 5 deletions gemfiles/sidekiq_6.4.gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'sidekiq', '~> 6.4.0'
gem "sidekiq", "~> 6.4.0"

gemspec path: '../'
gemspec path: "../"
8 changes: 3 additions & 5 deletions gemfiles/sidekiq_6.5.gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'sidekiq', '~> 6.5.0'
gem "sidekiq", "~> 6.5.0"

gemspec path: '../'
gemspec path: "../"
8 changes: 3 additions & 5 deletions gemfiles/sidekiq_7.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'sidekiq', '~> 7.0.0'
gem "sidekiq", "~> 7.0.0"

gemspec path: '../'
gemspec path: "../"
8 changes: 3 additions & 5 deletions gemfiles/sidekiq_master.gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'sidekiq', github: 'mperham/sidekiq'
gem "sidekiq", github: "mperham/sidekiq"

gemspec path: '../'
gemspec path: "../"
2 changes: 1 addition & 1 deletion sidekiq-limit_fetch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'English'
Gem::Specification.new do |gem|
gem.name = 'sidekiq-limit_fetch'
gem.version = '4.4.0'
gem.version = '4.4.1'
gem.license = 'MIT'
gem.authors = ['Dean Perry']
gem.email = '[email protected]'
Expand Down

0 comments on commit f01f15e

Please sign in to comment.