Skip to content

Commit

Permalink
add autolink to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jendiamond committed Oct 21, 2023
1 parent 6f05931 commit 2c8b9fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gem 'mysql2', '~> 0.5'
gem 'pkg-config', '~> 1.1'
gem 'puma', '~> 5.5' # app server
gem 'rails', '~> 5.2'
gem 'rails_autolink'
gem 'rollbar' # Error reporting tool
gem 'rsolr', '>= 1.0'
gem 'sassc-rails', '>= 2.1.2' # SASS -> CSS compiler
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,10 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails_autolink (1.1.8)
actionview (> 3.1)
activesupport (> 3.1)
railties (> 3.1)
railties (5.2.7)
actionpack (= 5.2.7)
activesupport (= 5.2.7)
Expand Down Expand Up @@ -503,6 +507,7 @@ DEPENDENCIES
puma (~> 5.5)
rails (~> 5.2)
rails-controller-testing (>= 1.0.4)
rails_autolink
rollbar
rsolr (>= 1.0)
rspec-collection_matchers
Expand Down

0 comments on commit 2c8b9fc

Please sign in to comment.