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

Commit 35ac031

Browse files
committed
Lock the dev deps
1 parent f0f3192 commit 35ac031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reactrb.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Gem::Specification.new do |s|
3030

3131
# For Test Rails App
3232
s.add_development_dependency 'rails', '4.2.4'
33-
s.add_development_dependency 'react-rails'
34-
s.add_development_dependency 'opal-rails'
33+
s.add_development_dependency 'react-rails', '~> 1.3.0'
34+
s.add_development_dependency 'opal-rails', '~> 0.8.1'
3535
if RUBY_PLATFORM == 'java'
3636
s.add_development_dependency 'jdbc-sqlite3'
3737
s.add_development_dependency 'activerecord-jdbcsqlite3-adapter'

0 commit comments

Comments
 (0)