Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
92
Star
1,190
Fork
163
thoughtbot
/
trail-map
Code
Issues
3
Pull requests
1
Projects
0
Insights
Permalink
Browse files
Add rake to Gemfile
* Was otherwise failing Travis build
Loading branch information
...
afeld
authored and
Adarsh Pandit
committed
Jan 25, 2013
1 parent
0f116a9
commit
cbfb6ea9b515e43837b254b84ef668a6d9e06882
Unified
Split
Showing
2 changed files
with
3 additions
and
0 deletions
.
+1
−0
Gemfile
+2
−0
Gemfile.lock
Show comments
View
1
Gemfile
@@ -2,6 +2,7 @@ source :rubygems
ruby
'
1.9.3
'
+gem
'
rake
'
gem
'
bourne
'
gem
'
colored
'
gem
'
httparty
'
Show comments
View
2
Gemfile.lock
@@ -16,6 +16,7 @@ GEM
metaclass (
~
>
0.0
.
1
)
multi_json (
1.5
.
0
)
multi_xml (
0.5
.
1
)
+ rake (
10.0
.
3
)
rspec (
2.12
.
0
)
rspec
-
core (
~
>
2.12
.
0
)
rspec
-
expectations (
~
>
2.12
.
0
)
@@ -37,5 +38,6 @@ DEPENDENCIES
httparty
json
mocha
+ rake
rspec
webmock
Toggle all file notes
0 comments on commit
cbfb6ea
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
cbfb6ea