Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Change dependency to railties #67

Merged
merged 3 commits into from
Nov 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
webpack-rails (0.9.9)
rails (>= 3.2.0)
railties (>= 3.2.0)

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

DEPENDENCIES
rails (>= 3.2.0)
rake
rspec
rubocop
Expand Down
3 changes: 2 additions & 1 deletion webpack-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib,example}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", ">= 3.2.0"
s.add_dependency "railties", ">= 3.2.0"
s.add_development_dependency "rails", ">= 3.2.0"
s.required_ruby_version = '>= 2.0.0'
end