@@ -4,23 +4,19 @@ source 'https://rubygems.org'
44
55gemspec
66
7- group :development do
8- gem 'aruba' , '~> 2.1'
9- gem 'codeclimate-engine-rb' , '~> 0.4.0'
10- gem 'cucumber' , '~> 9.0'
11- gem 'kramdown' , '~> 2.1'
12- gem 'kramdown-parser-gfm' , '~> 1.0'
13- gem 'rake' , '~> 13.0'
14- gem 'rspec' , '~> 3.0'
15- gem 'rspec-benchmark' , '~> 0.6.0'
16- gem 'rubocop' , '~> 1.72.2'
17- gem 'rubocop-performance' , '~> 1.24.0'
18- gem 'rubocop-rspec' , '~> 3.5.0'
19- gem 'simplecov' , '~> 0.22.0'
20- gem 'yard' , '~> 0.9.5'
7+ gem 'aruba' , '~> 2.1'
8+ gem 'codeclimate-engine-rb' , '~> 0.4.0'
9+ gem 'cucumber' , '~> 9.0'
10+ gem 'kramdown' , '~> 2.1'
11+ gem 'kramdown-parser-gfm' , '~> 1.0'
12+ gem 'rake' , '~> 13.0'
13+ gem 'rspec' , '~> 3.0'
14+ gem 'rspec-benchmark' , '~> 0.6.0'
15+ gem 'rubocop' , '~> 1.72.2'
16+ gem 'rubocop-performance' , '~> 1.24.0'
17+ gem 'rubocop-rspec' , '~> 3.5.0'
18+ gem 'simplecov' , '~> 0.22.0'
19+ gem 'yard' , '~> 0.9.5'
2120
22- platforms :mri do
23- # Needed for YARD to properly parse GFM code blocks in the documentation
24- gem 'redcarpet' , '~> 3.4'
25- end
26- end
21+ # Needed for YARD to properly parse GFM code blocks in the documentation
22+ gem 'redcarpet' , '~> 3.4' , platform : :mri
0 commit comments