Skip to content

Commit

Permalink
Loosened activerecord dependcy to anything greater than 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Delon Newman committed Feb 4, 2020
1 parent 7db1081 commit e58b2d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
# rspec failure tracking
.rspec_status
spec/spec.db
tags
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
activerecord-setops (0.1.1)
activerecord-setops (0.1.2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -57,7 +57,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 5.2.4)
activerecord (~> 5.0)
activerecord-setops!
bundler (~> 1.17)
contracts-gen (~> 0.1.1)
Expand Down
2 changes: 1 addition & 1 deletion activerecord-setops.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "gen-test", "~> 0.1.1"
spec.add_development_dependency "contracts-gen", "~> 0.1.1"
spec.add_development_dependency "activerecord", "~> 5.2.4"
spec.add_development_dependency "activerecord", "~> 5.0"
spec.add_development_dependency "sqlite3", "~> 1.4.2"
end
2 changes: 1 addition & 1 deletion lib/active_record/setops/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveRecord
module Setops
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit e58b2d2

Please sign in to comment.