diff options
author | Parker Moore <parkrmoore@gmail.com> | 2013-02-28 12:55:13 -0800 |
---|---|---|
committer | Parker Moore <parkrmoore@gmail.com> | 2013-02-28 12:55:13 -0800 |
commit | f4f42823f687e840c65fdeab0c35d26d442835f7 (patch) | |
tree | 068cc6cc4593982ab9020103ee06a7902c6bcc0d /Gemfile | |
parent | 4790b939807be4d9abcc567f02773ff24b99320d (diff) | |
parent | 960145fa20533174ecd6a6306cf1f235e82650eb (diff) | |
download | my_new_personal_website-f4f42823f687e840c65fdeab0c35d26d442835f7.tar.xz my_new_personal_website-f4f42823f687e840c65fdeab0c35d26d442835f7.zip |
Merge pull request #1074 from joneslee85/bump-sinatra
Bump sinatra to 1.3.5
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,4 +15,4 @@ group :development do gem 'liquid', '~> 2.3.0' end -gem 'sinatra', '~> 1.3.3' +gem 'sinatra', '~> 1.3.5' |