Skip to content

Commit

Permalink
Upgrading to patched versions of gems
Browse files Browse the repository at this point in the history
  • Loading branch information
paullj1 committed Jul 20, 2019
1 parent 7b73531 commit 612d952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'jquery-turbolinks', '~> 2.1'
gem 'bcrypt', '~> 3.1'
gem 'carrierwave', '~> 1.2'
gem 'activesupport', '~> 5.1'
gem 'mini_magick', '~> 3.8'
gem 'mini_magick', '~> 4.9'
gem 'fog', '~> 1.26'
gem 'fog-google', '~> 0.4'
gem 'will_paginate', '~> 3.1'
Expand All @@ -27,7 +27,7 @@ gem 'CFPropertyList', '~> 2.3'

# Javascript and CSS
gem 'sass-rails', '~> 5.0'
gem 'bootstrap-sass', '~> 3.2'
gem 'bootstrap-sass', '~> 3.4'
gem 'jquery-rails', '~> 4.2'
gem 'bootstrap-will_paginate', '~> 0.0'
gem 'bootstrap-switch-rails', '~> 3.3'
Expand Down

0 comments on commit 612d952

Please sign in to comment.