Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
gemfiles & rvm control
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydpick committed Jan 19, 2016
0 parents commit 40939fe
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-gemset
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uphold
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3.0
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

group :development do
gem 'git-up'
end
23 changes: 23 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
colored (1.2)
diff-lcs (1.2.5)
git-up (0.5.12)
colored (>= 1.2)
grit
grit (2.5.0)
diff-lcs (~> 1.1)
mime-types (~> 1.15)
posix-spawn (~> 0.3.6)
mime-types (1.25.1)
posix-spawn (0.3.11)

PLATFORMS
ruby

DEPENDENCIES
git-up

BUNDLED WITH
1.11.2

0 comments on commit 40939fe

Please sign in to comment.