Skip to content

Commit 64def0f

Browse files
committed
click here to comment on code in ./Gemfile
1 parent 4da1964 commit 64def0f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Gemfile

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
source 'https://rubygems.org'
2+
3+
gemspec
4+
5+
platforms :mri_18 do
6+
gem 'ruby-debug', '>= 0.10.3'
7+
end
8+
9+
platforms :mri_19 do
10+
gem 'debugger'
11+
end
12+
13+
group :development do
14+
gem 'pry'
15+
end

0 commit comments

Comments
 (0)