Skip to content
Snippets Groups Projects
Select Git revision
  • 70128820dc06501cb791a88559fb4b82244a08c9
  • 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.33 KiB
    # frozen_string_literal: true
    
    source 'https://rubygems.org'
    ruby '>= 2.5.0', '< 3.0.0'
    
    gem 'pkg-config', '~> 1.4'
    
    gem 'puma', '~> 5.1'
    gem 'rails', '~> 5.2.4.4'
    gem 'sprockets', '~> 3.7.2'
    gem 'thor', '~> 1.0'
    gem 'rack', '~> 2.2.3'
    
    gem 'hamlit-rails', '~> 0.2'
    gem 'pg', '~> 1.2'
    gem 'makara', '~> 0.5'
    gem 'pghero', '~> 2.7'
    gem 'dotenv-rails', '~> 2.7'
    
    gem 'aws-sdk-s3', '~> 1.87', 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.5', require: false
    gem 'browser'
    gem 'charlock_holmes', '~> 0.7.7'
    gem 'iso-639'
    gem 'chewy', '~> 5.1'
    gem 'cld3', '~> 3.4.1'
    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.17'
    gem 'omniauth-cas', '~> 2.0'
    gem 'omniauth-saml', '~> 1.10'
    gem 'omniauth', '~> 1.9'
    gem 'omniauth-rails_csrf_protection', '~> 0.1'
    
    gem 'color_diff', '~> 0.1'
    gem 'discard', '~> 1.2'
    gem 'doorkeeper', '~> 5.4'
    gem 'ed25519', '~> 1.2'
    gem 'fast_blank', '~> 1.0'
    gem 'fastimage'
    gem 'hiredis', '~> 0.6'
    gem 'redis-namespace', '~> 1.8'
    gem 'health_check', git: 'https://github.com/ianheggie/health_check', ref: '0b799ead604f900ed50685e9b2d469cd2befba5b'
    gem 'htmlentities', '~> 4.3'
    gem 'http', '~> 4.4'
    gem 'http_accept_language', '~> 2.1'
    gem 'httplog', '~> 1.4.3'
    gem 'idn-ruby', require: 'idn'
    gem 'kaminari', '~> 1.2'
    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.11'
    gem 'nsa', '~> 0.2'
    gem 'oj', '~> 3.11'
    gem 'ox', '~> 2.14'