Skip to content

Commit 8b4c86d

Browse files
committed
bump ruby to a more “modern” version
1 parent c0de767 commit 8b4c86d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-2.0.0-p247
1+
ruby-2.0.0

Gemfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ ruby "2.0.0"
44
gemspec
55

66
group :testing do
7-
gem 'pry-debugger'
8-
gem 'autotest'
9-
gem 'respec'
7+
gem 'pry-byebug'
8+
gem 'rspec'
109
end

0 commit comments

Comments
 (0)