Commit 5a68db91c8a2ae7d23b07a5c52b8b74d859a819f
1 parent
3e30b105
Exists in
spb-stable
and in
3 other branches
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,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 |