Skip to content

Commit

Permalink
pointing to a tagged Crichton
Browse files Browse the repository at this point in the history
  • Loading branch information
brutski committed Jun 25, 2014
1 parent d815f25 commit c0ac531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '3.2.0'

gem 'crichton', :git => 'git@github.com:mdsol/crichton.git', :branch => 'crichton-demo'
gem 'crichton', git: 'git@github.com:mdsol/crichton.git', tag: '0.0.1'
gem 'launchy'

# Use sqlite3 as the database for Active Record
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: git@github.com:mdsol/crichton.git
revision: e47023872d53eee27738dcd5948fb09abbd8308c
branch: crichton-demo
revision: ad53dbea77ec60706367af763e80b3ee17bd7608
tag: 0.0.1
specs:
crichton (0.0.1)
activesupport (>= 3.2.0)
Expand Down Expand Up @@ -60,7 +60,7 @@ GEM
dice_bag (0.7.0)
rake
diff-lcs (1.2.5)
diffy (3.0.4)
diffy (3.0.5)
equivalent-xml (0.3.0)
nokogiri (>= 1.4.3)
erubis (2.7.0)
Expand All @@ -69,7 +69,7 @@ GEM
hike (1.2.3)
i18n (0.6.9)
journey (1.0.4)
jquery-rails (3.1.0)
jquery-rails (3.1.1)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
Expand Down

0 comments on commit c0ac531

Please sign in to comment.