Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Mar 13, 2024
1 parent 1674af3 commit 135e54c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
source 'https://rubygems.org'

gem 'awestruct', '~> 0.6.0.alpha4'
gem 'haml', '~> 5.1.2'
gem 'rdiscount', '~> 2.2.0.2'
gem 'htmlcompressor', '~> 0.3.0'
gem 'uglifier', '~> 2.7.2'
gem 'coffee-rails', '~> 4.1.1'
gem 'awestruct', '~> 0.6.7'
gem 'haml', '~> 6.3'
gem 'rdiscount', '~> 2.2', '>= 2.2.7.3'
gem 'htmlcompressor', '~> 0.4.0'
gem 'uglifier', '~> 4.2'
gem 'coffee-rails', '~> 5.0'

gem 'eventmachine', '~> 1.2.7'
gem 'disqus', '~> 1.0.4'
gem 'nokogiri', '~> 1.12.5'
gem 'htmlentities', '~> 4.3.4'
gem 'listen', '~> 3.1' # Needed for the Rakefi
gem 'eventmachine', '~> 1.2', '>= 1.2.7'
gem 'disqus', '~> 1.0', '>= 1.0.4'
gem 'nokogiri', '~> 1.16', '>= 1.16.2'
gem 'htmlentities', '~> 4.3', '>= 4.3.4'
gem 'listen', '~> 3.9' # Needed for the Rakefi

0 comments on commit 135e54c

Please sign in to comment.