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

Commit

Permalink
New version that _should_ work with rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkoelewijn committed Jan 12, 2021
1 parent 1c663d1 commit 0fadc9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/samsara/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Samsara
VERSION = "1.0.1"
VERSION = "1.1.0"
end
6 changes: 3 additions & 3 deletions samsara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", "~> 5.0"
spec.add_dependency "activesupport", "~> 5.0"
spec.add_dependency "activerecord", ">= 5.0"
spec.add_dependency "activesupport", ">= 5.0"

spec.add_development_dependency "bundler", ">= 1.6"
spec.add_development_dependency "byebug"
spec.add_development_dependency "rake", "~> 12.3.3"
spec.add_development_dependency "sqlite3", "~> 1.3"
spec.add_development_dependency "rspec-rails", "~> 3.7"
spec.add_development_dependency "rspec-rails", ">= 3.7"
end

0 comments on commit 0fadc9d

Please sign in to comment.