Compare commits
1 commit
f7302bc8fc
...
d2d7d0c4f9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2d7d0c4f9 |
3 changed files with 0 additions and 10 deletions
1
Gemfile
1
Gemfile
|
|
@ -60,7 +60,6 @@ gem 'mime-types'
|
||||||
gem 'midi-smtp-server'
|
gem 'midi-smtp-server'
|
||||||
gem 'rswag-api'
|
gem 'rswag-api'
|
||||||
gem 'rswag-ui'
|
gem 'rswag-ui'
|
||||||
gem 'maildown'
|
|
||||||
|
|
||||||
# we use the git version of acts_as_versioned, and need to include it in this Gemfile
|
# we use the git version of acts_as_versioned, and need to include it in this Gemfile
|
||||||
gem 'acts_as_versioned', git: 'https://github.com/technoweenie/acts_as_versioned.git'
|
gem 'acts_as_versioned', git: 'https://github.com/technoweenie/acts_as_versioned.git'
|
||||||
|
|
|
||||||
|
|
@ -283,10 +283,6 @@ GEM
|
||||||
activerecord
|
activerecord
|
||||||
kaminari-core (= 1.2.2)
|
kaminari-core (= 1.2.2)
|
||||||
kaminari-core (1.2.2)
|
kaminari-core (1.2.2)
|
||||||
kramdown (2.4.0)
|
|
||||||
rexml
|
|
||||||
kramdown-parser-gfm (1.1.0)
|
|
||||||
kramdown (~> 2.0)
|
|
||||||
less (2.6.0)
|
less (2.6.0)
|
||||||
commonjs (~> 0.2.7)
|
commonjs (~> 0.2.7)
|
||||||
less-rails (5.0.0)
|
less-rails (5.0.0)
|
||||||
|
|
@ -312,9 +308,6 @@ GEM
|
||||||
skinny (>= 0.1.2)
|
skinny (>= 0.1.2)
|
||||||
sqlite3-ruby
|
sqlite3-ruby
|
||||||
thin
|
thin
|
||||||
maildown (3.3.1)
|
|
||||||
actionmailer (>= 4.0.0)
|
|
||||||
kramdown-parser-gfm
|
|
||||||
marcel (1.0.2)
|
marcel (1.0.2)
|
||||||
matrix (0.4.2)
|
matrix (0.4.2)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
|
|
@ -643,7 +636,6 @@ DEPENDENCIES
|
||||||
listen
|
listen
|
||||||
mail (~> 2.7.1)
|
mail (~> 2.7.1)
|
||||||
mailcatcher
|
mailcatcher
|
||||||
maildown
|
|
||||||
midi-smtp-server
|
midi-smtp-server
|
||||||
mime-types
|
mime-types
|
||||||
mysql2
|
mysql2
|
||||||
|
|
|
||||||
|
|
@ -142,5 +142,4 @@ class Message < ApplicationRecord
|
||||||
def create_salt
|
def create_salt
|
||||||
self.salt = [Array.new(6) { rand(256).chr }.join].pack("m").chomp
|
self.salt = [Array.new(6) { rand(256).chr }.join].pack("m").chomp
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue