Skip to content

Commit

Permalink
added rbenv files
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Aug 18, 2013
1 parent 78ff650 commit 50541ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -14,3 +14,5 @@ tmp
.DS_Store
spec/parser/test_data_new.txt
t
bin
.bundle
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
1.9.3-p448
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ gem 'parallel', '~> 0.6'
gem 'unicode_utils', '~> 1.4'

group :development do
gem 'debugger', '~> 1.5'
gem 'debugger', '~> 1.6'
gem 'jeweler', '~> 1.8'
end

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -2,12 +2,12 @@ GEM
remote: https://rubygems.org/
specs:
columnize (0.3.6)
debugger (1.5.0)
debugger (1.6.1)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.3)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.0)
debugger-ruby_core_source (1.2.3)
diff-lcs (1.2.4)
git (1.2.5)
jeweler (1.8.4)
Expand Down Expand Up @@ -38,7 +38,7 @@ PLATFORMS
ruby

DEPENDENCIES
debugger (~> 1.5)
debugger (~> 1.6)
jeweler (~> 1.8)
parallel (~> 0.6)
rake (~> 10.0)
Expand Down

0 comments on commit 50541ad

Please sign in to comment.