Skip to content

Commit

Permalink
Merge pull request #17 from Kaligo/maintenance/loosen-activesupport-d…
Browse files Browse the repository at this point in the history
…ependency-version

Loosen ActiveSupport dependency version in preparation for Rails 7
  • Loading branch information
Drenmi authored Sep 16, 2021
2 parents da8b5f6 + 5800770 commit 93c69f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
stimpack (0.8.0)
activesupport (~> 6.1)
activesupport (>= 6.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -66,4 +66,4 @@ DEPENDENCIES
stimpack!

BUNDLED WITH
2.2.7
2.2.21
2 changes: 1 addition & 1 deletion lib/stimpack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stimpack
VERSION = "0.8.0"
VERSION = "0.8.1"
end
2 changes: 1 addition & 1 deletion stimpack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|

# TODO: Drop ActiveSupport dependency.
#
spec.add_dependency "activesupport", "~> 6.1"
spec.add_dependency "activesupport", ">= 6.1"

spec.add_development_dependency "rspec", "~> 3.10"
spec.add_development_dependency "rubocop", "~> 1.11"
Expand Down

0 comments on commit 93c69f0

Please sign in to comment.