Commit 8136048875004a21632e98eaa6d675a529caa831
Exists in
spb-stable
and in
3 other branches
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Showing
5 changed files
with
23 additions
and
0 deletions
Show diff stats
Gemfile
@@ -208,6 +208,10 @@ group :development, :test do | @@ -208,6 +208,10 @@ group :development, :test do | ||
208 | 208 | ||
209 | gem 'spork', '~> 1.0rc' | 209 | gem 'spork', '~> 1.0rc' |
210 | gem 'jasmine', '2.0.0.rc5' | 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 | end | 215 | end |
212 | 216 | ||
213 | group :test do | 217 | group :test do |
Gemfile.lock
@@ -470,6 +470,11 @@ GEM | @@ -470,6 +470,11 @@ GEM | ||
470 | railties (>= 3) | 470 | railties (>= 3) |
471 | spinach (>= 0.4) | 471 | spinach (>= 0.4) |
472 | spork (1.0.0rc4) | 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 | sprockets (2.10.1) | 478 | sprockets (2.10.1) |
474 | hike (~> 1.2) | 479 | hike (~> 1.2) |
475 | multi_json (~> 1.0) | 480 | multi_json (~> 1.0) |
@@ -637,6 +642,9 @@ DEPENDENCIES | @@ -637,6 +642,9 @@ DEPENDENCIES | ||
637 | slim | 642 | slim |
638 | spinach-rails | 643 | spinach-rails |
639 | spork (~> 1.0rc) | 644 | spork (~> 1.0rc) |
645 | + spring (= 1.1.1) | ||
646 | + spring-commands-rspec (= 1.0.1) | ||
647 | + spring-commands-spinach (= 1.0.0) | ||
640 | stamp | 648 | stamp |
641 | state_machine | 649 | state_machine |
642 | test_after_commit | 650 | test_after_commit |