Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed May 30, 2020
1 parent bbf267c commit a5d9fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :development do
gem 'RedCloth', RUBY_PLATFORM == 'java' ? '= 4.2.9' : '>= 4.0.3'
gem 'rspec', '~> 3.9.0'
gem 'shoulda-context', '>= 1.2.1'
gem 'simplecov', RUBY_VERSION < '2.7' ? '~> 0.17.1' : '>= 0.18.5'
gem 'simplecov', RUBY_VERSION < '2.7' ? '~> 0.17.1' : '>= 0.18.5'
gem 'term-ansicolor', '>= 1.3.2'
gem 'test-unit', '>= 3.0'
gem 'tins', '>= 1.6.0'
Expand Down

0 comments on commit a5d9fe7

Please sign in to comment.