Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Changed taps requirement to 0.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoury committed Aug 3, 2011
1 parent 2e84123 commit f1080e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'domainatrix'
gem 'net-ssh'
gem 'highline'
gem 'rainbow'
gem 'taps'
gem 'taps', '0.3.23'

group :development do
gem 'rspec'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ GEM
net-ssh (2.1.0)
open_gem (1.4.2)
launchy (~> 0.3.5)
rack (1.2.1)
rack (1.3.2)
rainbow (1.1.1)
rake (0.8.7)
rb-fsevent (0.4.0)
rcov (0.9.9)
rest-client (1.6.1)
rest-client (1.6.3)
mime-types (>= 1.16)
rspec (2.5.0)
rspec-core (~> 2.5.0)
Expand All @@ -55,12 +55,12 @@ GEM
sequel (3.20.0)
sinatra (1.0)
rack (>= 1.0)
sqlite3 (1.3.3)
sqlite3 (1.3.4)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
taps (0.3.19)
taps (0.3.23)
rack (>= 1.0.1)
rest-client (< 1.7.0, >= 1.4.0)
rest-client (>= 1.4.0, < 1.7.0)
sequel (~> 3.20.0)
sinatra (~> 1.0.0)
sqlite3-ruby (~> 1.2)
Expand All @@ -87,4 +87,4 @@ DEPENDENCIES
rb-fsevent
rcov
rspec
taps
taps (= 0.3.23)

0 comments on commit f1080e3

Please sign in to comment.