Skip to content

Commit

Permalink
Fix running tests on Ruby 2.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed Sep 5, 2015
1 parent daabb55 commit 93ab78f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -112,6 +112,7 @@ group :development, :test do
end

group :test do
gem 'test-unit', '~> 3.0' # required for Ruby 2.2+
gem 'rspec-rails'
gem 'factory_girl_rails', '~> 4.0'
gem 'faker'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -295,6 +295,7 @@ GEM
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.5)
power_assert (0.2.4)
prawn (2.0.2)
pdf-core (~> 0.6.0)
ttfunk (~> 1.4.0)
Expand Down Expand Up @@ -442,6 +443,8 @@ GEM
railties (~> 3.0)
term-ansicolor (1.3.2)
tins (~> 1.0)
test-unit (3.1.3)
power_assert
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
Expand Down Expand Up @@ -560,6 +563,7 @@ DEPENDENCIES
simplecov
sqlite3
strong_parameters
test-unit (~> 3.0)
the_sortable_tree!
therubyracer
thin
Expand Down

0 comments on commit 93ab78f

Please sign in to comment.