Skip to content

Commit

Permalink
Add activesupport 4.0.0 to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuwatch committed Jan 23, 2017
1 parent 6c78635 commit fbc43a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/nazrin/active_record/searchable.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'active_support/concern'

module Nazrin
module ActiveRecord
module Searchable
Expand Down
1 change: 1 addition & 0 deletions nazrin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'aws-sdk', '~> 2'
spec.add_dependency 'activesupport', '>= 4.0.0'

spec.add_development_dependency 'bundler', '~> 1.9'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit fbc43a3

Please sign in to comment.