Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Touch ups, couldn't resist
Browse files Browse the repository at this point in the history
  • Loading branch information
samsm committed Jan 27, 2022
1 parent 9985d20 commit c628914
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 39 deletions.
8 changes: 0 additions & 8 deletions Gemfile.rails-4.2

This file was deleted.

8 changes: 0 additions & 8 deletions Gemfile.rails-5.0

This file was deleted.

7 changes: 0 additions & 7 deletions Gemfile.rails-5.1

This file was deleted.

7 changes: 0 additions & 7 deletions Gemfile.rails-5.2

This file was deleted.

7 changes: 0 additions & 7 deletions Gemfile.rails-6.0

This file was deleted.

2 changes: 1 addition & 1 deletion pwwka.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_runtime_dependency("bunny")
s.add_runtime_dependency("activesupport")
s.add_runtime_dependency("activesupport", ">= 6.0.0")
s.add_runtime_dependency("activemodel")
s.add_runtime_dependency("mono_logger")
s.add_development_dependency("rake")
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
RSpec.configure do |config|

config.expect_with :rspec do |c|
c.syntax = [:should,:expect] # should is needed to make a resque helper
c.syntax = [:should,:expect] # should is needed to make a resque helper
# from resqutils work
end

Expand Down

0 comments on commit c628914

Please sign in to comment.