Skip to content

Commit

Permalink
Bumpy bump bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Nov 18, 2013
1 parent 6dcc996 commit 4a47c9d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby '2.0.0'
gem 'sinatra'
gem 'thin'
gem 'rake'
gem 'travis'
gem 'travis', '~> 1.6.2'
gem 'curb'
gem 'haml'
gem 'kramdown'
Expand Down
26 changes: 17 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ GEM
daemons (1.1.9)
diff-lcs (1.2.5)
docile (1.1.0)
ethon (0.6.1)
ffi (>= 1.3.0)
mime-types (~> 1.18)
eventmachine (1.0.3)
extlib (0.9.16)
faraday (0.8.8)
Expand All @@ -59,7 +62,7 @@ GEM
net-http-pipeline
gherkin (2.12.2)
multi_json (~> 1.3)
guard (2.2.3)
guard (2.2.4)
formatador (>= 0.2.4)
listen (~> 2.1)
lumberjack (~> 1.0)
Expand All @@ -86,7 +89,7 @@ GEM
lockfile (2.1.0)
lumberjack (1.0.4)
method_source (0.8.2)
mime-types (2.0)
mime-types (1.25)
mini_portile (0.5.2)
minitest (4.7.5)
multi_json (1.8.2)
Expand All @@ -101,6 +104,8 @@ GEM
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
pusher-client (0.4.0)
websocket (~> 1.0.0)
rack (1.5.2)
rack-google-analytics (0.12.0)
rack-protection (1.5.1)
Expand Down Expand Up @@ -149,19 +154,22 @@ GEM
tilt (1.4.1)
timers (1.1.0)
tins (0.13.1)
travis (1.4.0)
travis (1.6.2)
addressable (~> 2.3)
backports
faraday (~> 0.8)
faraday (~> 0.8.7)
faraday_middleware (~> 0.9)
gh
gh (~> 0.13)
highline (~> 1.6)
launchy (~> 2.1)
netrc (~> 0.7)
pry (~> 0.9)
typhoeus
typhoeus (0.3.3)
mime-types
pusher-client (~> 0.4)
typhoeus (~> 0.6)
typhoeus (0.6.6)
ethon (~> 0.6.1)
tzinfo (0.3.38)
websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)

Expand All @@ -188,4 +196,4 @@ DEPENDENCIES
sinatra
terminal-notifier-guard
thin
travis
travis (~> 1.6.2)

0 comments on commit 4a47c9d

Please sign in to comment.