Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Rails 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Rutkovsky committed Feb 10, 2013
1 parent 6cc90a5 commit f0791dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirejs-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Gem::Specification.new do |s|
git_test_files, git_files = `git ls-files`.split("\n").partition { |f| f =~ /^test/ }
s.test_files = git_test_files
s.files = git_files
s.require_path = 'lib'
s.require_path = 'lib'

s.add_dependency "railties", ">= 3.1.1", "< 3.3"
s.add_development_dependency "rails", ">= 3.1.1", "<= 3.3"
s.add_dependency "railties", ">= 3.1.1", "< 4.1"
s.add_development_dependency "rails", ">= 3.1.1", "<= 4.1"
s.add_development_dependency "sqlite3"

s.requirements << "node.js is required for 'rake assets:precompile', used to run the r.js build"
Expand Down

0 comments on commit f0791dd

Please sign in to comment.