Skip to content
Snippets Groups Projects
Commit 8ff59ed3 authored by Jeff Sturek's avatar Jeff Sturek
Browse files

Update rake gem to 2.2.3

parent 3b4ea69c
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ gem 'bcrypt' ...@@ -10,6 +10,7 @@ gem 'bcrypt'
gem 'unicorn' gem 'unicorn'
gem 'pony' gem 'pony'
gem 'rest-client' gem 'rest-client'
gem 'rack', '2.2.3'
gem 'rack-cas' gem 'rack-cas'
gem 'icalendar' gem 'icalendar'
......
...@@ -81,7 +81,7 @@ GEM ...@@ -81,7 +81,7 @@ GEM
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.9.0) method_source (~> 0.9.0)
public_suffix (4.0.3) public_suffix (4.0.3)
rack (2.1.1) rack (2.2.3)
rack-cas (0.16.1) rack-cas (0.16.1)
addressable (~> 2.3) addressable (~> 2.3)
nokogiri (~> 1.5) nokogiri (~> 1.5)
...@@ -145,6 +145,7 @@ DEPENDENCIES ...@@ -145,6 +145,7 @@ DEPENDENCIES
icalendar icalendar
mysql2 mysql2
pony pony
rack (= 2.2.3)
rack-cas rack-cas
rest-client rest-client
shotgun shotgun
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment