Skip to content

Commit

Permalink
Merge pull request #661 from vipulnsward/change-fcgi-dependency
Browse files Browse the repository at this point in the history
Change from `ruby-fcgi` to `fcgi`.
  • Loading branch information
spastorino committed Feb 24, 2014
2 parents 8dc31fe + f44cf00 commit 5aff4ca
Showing 1 changed file with 1 addition and 1 deletion.
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'
gemspec

group :extra do
gem 'ruby-fcgi'
gem 'fcgi'
gem 'memcache-client'
gem 'mongrel', '>= 1.2.0.pre2'
gem 'thin'
Expand Down

0 comments on commit 5aff4ca

Please sign in to comment.