-
-
Notifications
You must be signed in to change notification settings - Fork 238
Expand file tree
/
Copy pathGemfile
More file actions
32 lines (27 loc) · 569 Bytes
/
Copy pathGemfile
File metadata and controls
32 lines (27 loc) · 569 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
source 'http://rubygems.org'
gem 'rake', require: false
group :test do
gem 'ae'
gem 'benchmark'
gem 'pippi', platforms: %i[mri_20 mri_21]
gem 'qed'
gem 'rspec'
gem 'simplecov', require: false
gem 'simplecov-cobertura', require: false
gem 'simplecov-console', require: false
gem 'rexml'
end
group :release do
gem 'gem-release'
end
platforms :ruby do
gem 'rubocop', '~> 1.66'
gem 'rubocop-performance'
gem 'rubocop-rake'
gem 'rubocop-rspec'
end
# platforms :rbx do
# gem 'rubysl'
# gem 'json'
# gem 'rubinius-developer_tools'
# end