Commit 4bbb3d5510d5396eca034a9a8593952b16b15ab5
Exists in
spb-stable
and in
3 other branches
Merge pull request #6333 from jvanbaarsen/added-spring
Added spring to the project
Showing
2 changed files
with
12 additions
and
0 deletions
Show diff stats
Gemfile
... | ... | @@ -208,6 +208,10 @@ group :development, :test do |
208 | 208 | |
209 | 209 | gem 'spork', '~> 1.0rc' |
210 | 210 | gem 'jasmine', '2.0.0.rc5' |
211 | + | |
212 | + gem "spring", '1.1.1' | |
213 | + gem "spring-commands-rspec", '1.0.1' | |
214 | + gem "spring-commands-spinach", '1.0.0' | |
211 | 215 | end |
212 | 216 | |
213 | 217 | group :test do | ... | ... |
Gemfile.lock
... | ... | @@ -470,6 +470,11 @@ GEM |
470 | 470 | railties (>= 3) |
471 | 471 | spinach (>= 0.4) |
472 | 472 | spork (1.0.0rc4) |
473 | + spring (1.1.1) | |
474 | + spring-commands-rspec (1.0.1) | |
475 | + spring (>= 0.9.1) | |
476 | + spring-commands-spinach (1.0.0) | |
477 | + spring (>= 0.9.1) | |
473 | 478 | sprockets (2.10.1) |
474 | 479 | hike (~> 1.2) |
475 | 480 | multi_json (~> 1.0) |
... | ... | @@ -637,6 +642,9 @@ DEPENDENCIES |
637 | 642 | slim |
638 | 643 | spinach-rails |
639 | 644 | spork (~> 1.0rc) |
645 | + spring (= 1.1.1) | |
646 | + spring-commands-rspec (= 1.0.1) | |
647 | + spring-commands-spinach (= 1.0.0) | |
640 | 648 | stamp |
641 | 649 | state_machine |
642 | 650 | test_after_commit | ... | ... |