Skip to content

Commit 7c32935

Browse files
committedJun 17, 2015
update ruby version
1 parent 4d723bd commit 7c32935

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.6
1+
2.2.2

‎Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby '2.1.6'
1+
ruby '2.2.2'
22

33
source 'https://rubygems.org' do
44
gem 'rails', '~> 3.2'
@@ -159,6 +159,7 @@ source 'https://rubygems.org' do
159159

160160
group :test do
161161
# gem 'rspec-its'
162+
gem 'test-unit'
162163
gem 'capybara'
163164
gem 'capybara-screenshot'
164165
gem 'turnip' # write rspec feature specs in cucumber style

‎Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ GEM
464464
postgres_ext (1.0.0)
465465
activerecord (~> 3.2.0)
466466
pg_array_parser (~> 0.0.9)
467+
power_assert (0.2.2)
467468
powerpack (0.1.0)
468469
pry (0.9.12.6)
469470
coderay (~> 1.0)
@@ -671,6 +672,8 @@ GEM
671672
syntax (1.2.0)
672673
temple (0.7.5)
673674
terminal-table (1.4.5)
675+
test-unit (3.0.8)
676+
power_assert
674677
thor (0.19.1)
675678
thread_safe (0.3.5)
676679
tilt (1.4.1)
@@ -847,6 +850,7 @@ DEPENDENCIES
847850
stripe-ruby-mock!
848851
strong_parameters!
849852
syntax!
853+
test-unit!
850854
timecop!
851855
tire!
852856
travis!

0 commit comments

Comments
 (0)
Please sign in to comment.