Skip to content

Commit

Permalink
Switch to activesupport instead of rails dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cilim committed Mar 26, 2021
1 parent 22044cc commit 5df43c3
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 @@ -5,4 +5,4 @@ gemspec

rails_version = ENV['RAILS_VERSION'] || '5.0.1'

gem 'rails', "~> #{rails_version}"
gem 'activesupport', "~> #{rails_version}"
2 changes: 1 addition & 1 deletion dox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activesupport', '>= 4.0'
spec.add_development_dependency 'bundler', '~> 1.11'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'codeclimate-test-reporter'
spec.add_runtime_dependency 'rspec-core'
spec.add_runtime_dependency 'rails', '>= 4.0'
end

0 comments on commit 5df43c3

Please sign in to comment.