Add annotate gem
This commit is contained in:
parent
c107f36f6d
commit
4cdd7dd21a
3 changed files with 6 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -240,6 +240,7 @@ group :development do
|
||||||
gem 'web-console'
|
gem 'web-console'
|
||||||
# as development database
|
# as development database
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
|
gem 'annotate'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,9 @@ GEM
|
||||||
afm (0.2.2)
|
afm (0.2.2)
|
||||||
ajax-datatables-rails (0.4.3)
|
ajax-datatables-rails (0.4.3)
|
||||||
railties (>= 4.0)
|
railties (>= 4.0)
|
||||||
|
annotate (3.1.1)
|
||||||
|
activerecord (>= 3.2, < 7.0)
|
||||||
|
rake (>= 10.4, < 14.0)
|
||||||
archive-zip (0.12.0)
|
archive-zip (0.12.0)
|
||||||
io-like (~> 0.3.0)
|
io-like (~> 0.3.0)
|
||||||
arel (9.0.0)
|
arel (9.0.0)
|
||||||
|
|
@ -624,6 +627,7 @@ DEPENDENCIES
|
||||||
acts_as_commentable_with_threading
|
acts_as_commentable_with_threading
|
||||||
acts_as_list
|
acts_as_list
|
||||||
ajax-datatables-rails
|
ajax-datatables-rails
|
||||||
|
annotate
|
||||||
autoprefixer-rails
|
autoprefixer-rails
|
||||||
awesome_nested_set
|
awesome_nested_set
|
||||||
axlsx!
|
axlsx!
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Sentry.init do |config|
|
Sentry.init do |config|
|
||||||
config.allowed_environments = %|production staging|
|
config.enabled_environments = %|production staging|
|
||||||
config.dsn = ENV['SENTRY_DSN']
|
config.dsn = ENV['SENTRY_DSN']
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue