Skip to content

Commit

Permalink
Merge pull request publiclab#377 from icarito/fix_gemfile
Browse files Browse the repository at this point in the history
Pin tzinfo to = 0.3.49
  • Loading branch information
jywarren committed Jun 15, 2016
2 parents b4a887d + bad2217 commit 686935b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -41,6 +41,8 @@ gem 'will_paginate', '3.0.7'
gem 'will_paginate-bootstrap', '0.2.5'
gem 'paperclip', '>= 4.1.1'

gem 'tzinfo', '0.3.49'

gem 'ruby-openid'
gem 'open_id_authentication'

Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Expand Up @@ -153,6 +153,7 @@ DEPENDENCIES
rmagick
ruby-openid
sqlite3
tzinfo (= 0.3.49)
uglifier (>= 1.0.3)
will_paginate (= 3.0.7)
will_paginate-bootstrap (= 0.2.5)

0 comments on commit 686935b

Please sign in to comment.