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

Merge branch 'update-rake-gem' into 'master'

Update rake gem to 2.2.3

See merge request !18
parents 3b4ea69c 8ff59ed3
Branches
No related tags found
1 merge request!18Update rake gem to 2.2.3
...@@ -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.
Please register or to comment