Skip to content
Snippets Groups Projects
Select Git revision
  • 5711899c59147252a01e21371994ca6a60418628
  • main default protected
  • mathstodon-4.3.6
  • mathstodon-4.3.x
  • mathstodon-4.2.15
  • mathstodon-4.2.10
  • mathstodon-4.2.7
  • mathstodon-4.2.6
  • v4.2.5
  • v4.2.2
  • mathstodon-4.2.5
  • mathstodon-4.2
  • mathstodon-4.1
  • mastodon-4.1.3
  • v4.1.3
  • v4.1.0-diff
  • mathstodon-4.1.0
  • mastodon-v4.1.0
  • v4.0.2
  • mathstodon-4.0.2
  • mathstodon-3.5.3
  • v4.0.0rc3
  • v4.0.0rc2
  • v4.0.0rc1
  • v3.5.3
  • v3.4.8
  • v3.5.2
  • v3.5.1
  • v3.4.7
  • v3.3.3
  • v3.5.0
  • v3.5.0rc3
  • v3.5.0rc2
  • v3.5.0rc1
  • v3.4.6
  • v3.3.2
  • v3.3.1
  • v3.4.5
  • v3.4.4
  • v3.4.3
  • v3.4.2
41 results

Gemfile

Blame
  • This project manages its dependencies using Bundler. Learn more
    Gemfile 4.44 KiB
    # frozen_string_literal: true
    
    source 'https://rubygems.org'
    ruby '>= 2.4.0', '< 3.0.0'
    
    gem 'pkg-config', '~> 1.4'
    
    gem 'puma', '~> 4.3'
    gem 'rails', '~> 5.2.4'
    gem 'sprockets', '~> 3.7.2'
    gem 'thor', '~> 0.20'
    gem 'rack', '~> 2.1.2'
    
    gem 'thwait', '~> 0.1.0'
    gem 'e2mmap', '~> 0.1.0'
    
    gem 'hamlit-rails', '~> 0.2'
    gem 'pg', '~> 1.2'
    gem 'makara', '~> 0.4'
    gem 'pghero', '~> 2.4'
    gem 'dotenv-rails', '~> 2.7'
    
    gem 'aws-sdk-s3', '~> 1.60', require: false
    gem 'fog-core', '<= 2.1.0'
    gem 'fog-openstack', '~> 0.3', require: false
    gem 'paperclip', '~> 6.0'
    gem 'paperclip-av-transcoder', '~> 0.6'
    gem 'streamio-ffmpeg', '~> 3.0'
    gem 'blurhash', '~> 0.1'
    
    gem 'active_model_serializers', '~> 0.10'
    gem 'addressable', '~> 2.7'
    gem 'bootsnap', '~> 1.4', require: false
    gem 'browser'
    gem 'charlock_holmes', '~> 0.7.7'
    gem 'iso-639'
    gem 'chewy', '~> 5.1'
    gem 'cld3', '~> 3.2.6'
    gem 'devise', '~> 4.7'
    gem 'devise-two-factor', '~> 3.1'
    
    group :pam_authentication, optional: true do
      gem 'devise_pam_authenticatable2', '~> 9.2'
    end
    
    gem 'net-ldap', '~> 0.16'
    gem 'omniauth-cas', '~> 1.1'
    gem 'omniauth-saml', '~> 1.10'
    gem 'omniauth', '~> 1.9'
    
    gem 'discard', '~> 1.1'
    gem 'doorkeeper', '~> 5.2'
    gem 'fast_blank', '~> 1.0'
    gem 'fastimage'
    gem 'goldfinger', '~> 2.1'
    gem 'hiredis', '~> 0.6'
    gem 'redis-namespace', '~> 1.7'
    gem 'health_check', git: 'https://github.com/ianheggie/health_check', ref: '0b799ead604f900ed50685e9b2d469cd2befba5b'
    gem 'htmlentities', '~> 4.3'
    gem 'http', '~> 4.3'
    gem 'http_accept_language', '~> 2.1'
    gem 'http_parser.rb', '~> 0.6', git: 'https://github.com/tmm1/http_parser.rb', ref: '54b17ba8c7d8d20a16dfc65d1775241833219cf2', submodules: true
    gem 'httplog', '~> 1.4'
    gem 'idn-ruby', require: 'idn'
    gem 'kaminari', '~> 1.1'
    gem 'link_header', '~> 0.0'
    gem 'mime-types', '~> 3.3.1', require: 'mime/types/columnar'
    gem 'nilsimsa', git: 'https://github.com/witgo/nilsimsa', ref: 'fd184883048b922b176939f851338d0a4971a532'
    gem 'nokogiri', '~> 1.10'
    gem 'nsa', '~> 0.2'