We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c4617 commit ce01772Copy full SHA for ce01772
.github/workflows/ruby.yml
@@ -30,3 +30,4 @@ jobs:
30
# bundler-cache: true
31
- run: bundle install
32
- run: bundle exec rake test
33
+
react-rails.gemspec
@@ -30,6 +30,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rails', '>= 3.2'
s.add_development_dependency 'pry-byebug'
s.add_development_dependency 'turbolinks'
+ s.add_development_dependency 'sprockets', '~> 4.0.x'
34
35
s.add_dependency 'connection_pool'
36
s.add_dependency 'execjs'
0 commit comments