Skip to content

Commit 658b867

Browse files
committed
Comments out tane in Gemfile
Signed-off-by: Akash Manohar J <akash@akash.im>
1 parent d7a941b commit 658b867

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ group :assets do
3131
gem 'uglifier', '>= 1.0.3'
3232
end
3333

34-
gem 'tane', :path => "../tane", :group => :development
34+
# gem 'tane', :path => "../tane", :group => :development
3535

3636
# Test gems, obviously
3737
group :test do

Gemfile.lock

-15
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
PATH
2-
remote: ../tane
3-
specs:
4-
tane (0.0.3)
5-
awesome_print
6-
erubis
7-
highline
8-
launchy
9-
rake
10-
rest-client
11-
121
GEM
132
remote: https://rubygems.org/
143
specs:
@@ -41,7 +30,6 @@ GEM
4130
multi_json (~> 1.0)
4231
addressable (2.2.7)
4332
arel (3.0.2)
44-
awesome_print (1.0.2)
4533
aws-sdk (1.3.8)
4634
httparty (~> 0.7)
4735
json (~> 1.4)
@@ -117,8 +105,6 @@ GEM
117105
actionpack (>= 3.0.0)
118106
activesupport (>= 3.0.0)
119107
railties (>= 3.0.0)
120-
launchy (2.1.0)
121-
addressable (~> 2.2.6)
122108
mail (2.4.3)
123109
i18n (>= 0.4.0)
124110
mime-types (~> 1.16)
@@ -229,6 +215,5 @@ DEPENDENCIES
229215
sass-rails (~> 3.2.3)
230216
shoulda-matchers
231217
sqlite3
232-
tane!
233218
thin
234219
uglifier (>= 1.0.3)

0 commit comments

Comments
 (0)