Skip to content

Commit

Permalink
update version, change activerecord minimum version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skopu committed Oct 30, 2017
1 parent e0c8ff7 commit 98bd1c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group :test do
case ENV['ADAPTER']
when nil, 'active_record'
gem 'sqlite3', platform: 'ruby'
gem 'activerecord', '>= 5.0.0', require: 'active_record'
gem 'activerecord', '>= 3.2.0', require: 'active_record'
else
raise "Unknown model adapter: #{ENV['ADAPTER']}"
end
Expand Down
2 changes: 1 addition & 1 deletion lib/scoped_rolify/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ScopedRolify
VERSION = '0.0.7'
VERSION = '0.0.8'
end

0 comments on commit 98bd1c1

Please sign in to comment.