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

Commit

Permalink
Gemfile gems should be ordered alphabetically 😔
Browse files Browse the repository at this point in the history
  • Loading branch information
minuscorp committed Apr 16, 2018
1 parent 4b61425 commit fa162dc
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 @@ -2,9 +2,9 @@ source("https://rubygems.org")

# Sinatra
gem "faye-websocket", ">= 0.10.7", "< 1.0.0" # web socket connection for Sinatra
gem "rack-contrib" # Allows to parse JSON requests.
gem "sinatra", ">= 2.0.1", "< 3.0.0" # Our web application library
gem "sinatra-contrib", ">= 2.0.0", "< 3.0.0" # TODO: document why we have this here @taquitos
gem "rack-contrib" # Allows to parse JSON requests.

# web server that we need to support web socket connections with sinatra
gem "thin", ">= 1.7.2", "< 2.0.0"
Expand Down

0 comments on commit fa162dc

Please sign in to comment.