Skip to content

Commit f555d11

Browse files
authored
Merge pull request #21 from cpoms/update-rails-dependancy
Update rails version dependency
2 parents e661ad7 + 39f4a26 commit f555d11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

awesome_sort.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Gem::Specification.new do |spec|
2626
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2727
spec.require_paths = ["lib"]
2828

29-
spec.add_runtime_dependency "railties", ">= 3.2", "< 7.1"
30-
spec.add_runtime_dependency "activesupport", ">= 3.2", "< 7.1"
29+
spec.add_runtime_dependency "railties", ">= 3.2"
30+
spec.add_runtime_dependency "activesupport", ">= 3.2"
3131

3232
spec.add_development_dependency "bundler"
3333
spec.add_development_dependency "rake", "~> 10.0"

lib/awesome_sort/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AwesomeSort
2-
VERSION = "0.4.3"
2+
VERSION = "0.4.4"
33
end

0 commit comments

Comments
 (0)