Skip to content

Commit

Permalink
Merge branch 'mampf-next' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterfarrell9 committed Apr 15, 2022
2 parents c3124ae + cab5ecf commit 6ffbb43
Show file tree
Hide file tree
Showing 205 changed files with 5,692 additions and 4,596 deletions.
11 changes: 3 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.0.3'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 6.1.4.4"
gem "rails", "~> 6.1.4.6"
# Use dalli for caching to memcached in production
gem "dalli", ">= 2.7"
# Ruby wrapper for UglifyJS JavaScript compressor
Expand Down Expand Up @@ -72,17 +72,14 @@ gem "acts_as_tree"
gem "activerecord-import",
git: "https://github.com/zdennis/activerecord-import.git",
branch: "master"
gem "thredded",
github: "MaMpf-HD/thredded",
branch: "master"
gem "thredded"
gem "kramdown-parser-gfm"
gem "thredded-markdown_katex",
github: "thredded/thredded-markdown_katex",
branch: "master"
gem "rails-i18n"
gem "kaminari-i18n"
gem "trix-rails", require: "trix"
gem "xkcd"
gem "sunspot_rails",
github: 'sunspot/sunspot',
glob: 'sunspot_rails/*.gemspec'
Expand All @@ -95,9 +92,7 @@ gem "sidekiq-cron", "~> 1.1"
gem "faraday", "~> 1.8"
gem "globalize"
gem "globalize-accessors"
gem "commontator",
git: "https://github.com/fosterfarrell9/commontator",
branch: "master"
gem "commontator"
gem "acts_as_votable"
gem "sprockets-rails",
git: "https://github.com/rails/sprockets-rails",
Expand Down
Loading

0 comments on commit 6ffbb43

Please sign in to comment.