Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Brasero committed Aug 26, 2015
1 parent 78d3cfd commit 9e684bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'

gem 'sinatra'
gem 'multi_json'
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
multi_json (1.2.0)
rack (1.4.1)
rack-protection (1.2.0)
multi_json (1.11.2)
rack (1.6.4)
rack-protection (1.5.3)
rack
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
tilt (1.3.3)
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
tilt (2.0.1)

PLATFORMS
java
Expand Down

0 comments on commit 9e684bd

Please sign in to comment.