Skip to content

Commit

Permalink
Add activesupport dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Feb 25, 2015
1 parent 1abba4e commit 01dd6e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Gemfile.lock
Expand Up @@ -2,16 +2,26 @@ PATH
remote: .
specs:
input_sanitizer (0.3.6)
activesupport
method_struct (~> 0.2.2)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
coderay (1.1.0)
diff-lcs (1.2.5)
docile (1.1.5)
i18n (0.7.0)
json (1.8.2)
method_source (0.8.2)
method_struct (0.2.2)
minitest (5.5.1)
multi_json (1.10.1)
pry (0.9.12.4)
coderay (~> 1.0)
Expand All @@ -35,6 +45,9 @@ GEM
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.6.0)
thread_safe (0.3.4)
tzinfo (1.2.2)
thread_safe (~> 0.1)

PLATFORMS
ruby
Expand Down
1 change: 1 addition & 0 deletions input_sanitizer.gemspec
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |gem|
gem.version = InputSanitizer::VERSION

gem.add_runtime_dependency "method_struct", "~>0.2.2"
gem.add_runtime_dependency "activesupport"
gem.add_development_dependency "rspec"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "pry", "~> 0.9.12"
Expand Down

0 comments on commit 01dd6e5

Please sign in to comment.