File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- 2.1.6
1
+ 2.2.2
Original file line number Diff line number Diff line change 1
- ruby '2.1.6 '
1
+ ruby '2.2.2 '
2
2
3
3
source 'https://rubygems.org' do
4
4
gem 'rails' , '~> 3.2'
@@ -159,6 +159,7 @@ source 'https://rubygems.org' do
159
159
160
160
group :test do
161
161
# gem 'rspec-its'
162
+ gem 'test-unit'
162
163
gem 'capybara'
163
164
gem 'capybara-screenshot'
164
165
gem 'turnip' # write rspec feature specs in cucumber style
Original file line number Diff line number Diff line change 464
464
postgres_ext (1.0.0 )
465
465
activerecord (~> 3.2.0 )
466
466
pg_array_parser (~> 0.0.9 )
467
+ power_assert (0.2.2 )
467
468
powerpack (0.1.0 )
468
469
pry (0.9.12.6 )
469
470
coderay (~> 1.0 )
671
672
syntax (1.2.0 )
672
673
temple (0.7.5 )
673
674
terminal-table (1.4.5 )
675
+ test-unit (3.0.8 )
676
+ power_assert
674
677
thor (0.19.1 )
675
678
thread_safe (0.3.5 )
676
679
tilt (1.4.1 )
@@ -847,6 +850,7 @@ DEPENDENCIES
847
850
stripe-ruby-mock !
848
851
strong_parameters !
849
852
syntax !
853
+ test-unit !
850
854
timecop !
851
855
tire !
852
856
travis !
You can’t perform that action at this time.
0 commit comments