add pronto to the gemfile

This commit is contained in:
Michael Ball 2021-02-24 02:50:03 -08:00
parent 60b9684dd8
commit 7e5889545e
2 changed files with 48 additions and 3 deletions

11
Gemfile
View file

@ -115,8 +115,8 @@ end
gem 'bootstrap3-datetimepicker-rails', '~> 4.17.47' gem 'bootstrap3-datetimepicker-rails', '~> 4.17.47'
# data tables # data tables
gem 'jquery-datatables'
gem 'ajax-datatables-rails' gem 'ajax-datatables-rails'
gem 'jquery-datatables'
# for charts # for charts
gem 'chartkick' gem 'chartkick'
@ -141,9 +141,9 @@ gem 'rqrcode'
gem 'axlsx', git: 'https://github.com/randym/axlsx.git' gem 'axlsx', git: 'https://github.com/randym/axlsx.git'
gem 'axlsx_rails' gem 'axlsx_rails'
gem 'sentry-ruby'
gem 'sentry-rails'
gem 'sentry-delayed_job' gem 'sentry-delayed_job'
gem 'sentry-rails'
gem 'sentry-ruby'
# to make links faster # to make links faster
gem 'turbolinks' gem 'turbolinks'
@ -275,4 +275,9 @@ end
group :development, :test do group :development, :test do
# as debugger # as debugger
gem 'byebug' gem 'byebug'
gem 'pry'
gem 'pronto'
gem 'pronto-rubocop', require: false
gem 'pronto-flay', require: false
end end

View file

@ -184,6 +184,11 @@ GEM
fastimage (2.1.4) fastimage (2.1.4)
feature (1.4.0) feature (1.4.0)
ffi (1.10.0) ffi (1.10.0)
flay (2.12.1)
erubis (~> 2.7.0)
path_expander (~> 1.0)
ruby_parser (~> 3.0)
sexp_processor (~> 4.0)
font-awesome-rails (4.7.0.5) font-awesome-rails (4.7.0.5)
railties (>= 3.2, < 6.1) railties (>= 3.2, < 6.1)
formatador (0.2.5) formatador (0.2.5)
@ -193,6 +198,9 @@ GEM
formtastic (>= 3.0) formtastic (>= 3.0)
geckodriver-helper (0.23.0) geckodriver-helper (0.23.0)
archive-zip (~> 0.7) archive-zip (~> 0.7)
gitlab (4.17.0)
httparty (~> 0.18)
terminal-table (~> 1.5, >= 1.5.1)
globalid (0.4.2) globalid (0.4.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
gravtastic (3.2.6) gravtastic (3.2.6)
@ -236,6 +244,9 @@ GEM
htmlentities (4.3.4) htmlentities (4.3.4)
http-cookie (1.0.3) http-cookie (1.0.3)
domain_name (~> 0.5) domain_name (~> 0.5)
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.9) i18n (1.8.9)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n_data (0.8.0) i18n_data (0.8.0)
@ -320,6 +331,9 @@ GEM
multi_json (~> 1.3) multi_json (~> 1.3)
multi_xml (~> 0.5) multi_xml (~> 0.5)
rack (>= 1.2, < 3) rack (>= 1.2, < 3)
octokit (4.20.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
omniauth (1.9.1) omniauth (1.9.1)
hashie (>= 3.4.6) hashie (>= 3.4.6)
rack (>= 1.6.2, < 3) rack (>= 1.6.2, < 3)
@ -349,6 +363,7 @@ GEM
parallel (1.18.0) parallel (1.18.0)
parser (2.6.5.0) parser (2.6.5.0)
ast (~> 2.4.0) ast (~> 2.4.0)
path_expander (1.1.0)
pdf-core (0.7.0) pdf-core (0.7.0)
pdf-inspector (1.3.0) pdf-inspector (1.3.0)
pdf-reader (>= 1.0, < 3.0.a) pdf-reader (>= 1.0, < 3.0.a)
@ -375,6 +390,20 @@ GEM
rails (>= 3.1.0) rails (>= 3.1.0)
prawn-table (0.2.2) prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0) prawn (>= 1.3.0, < 3.0.0)
pronto (0.11.0)
gitlab (~> 4.4, >= 4.4.0)
httparty (>= 0.13.7)
octokit (~> 4.7, >= 4.7.0)
rainbow (>= 2.2, < 4.0)
rexml (~> 3.2)
rugged (>= 0.23.0, < 1.1.0)
thor (>= 0.20.3, < 2.0)
pronto-flay (0.11.0)
flay (~> 2.8)
pronto (~> 0.11.0)
pronto-rubocop (0.11.1)
pronto (~> 0.11.0)
rubocop (>= 0.63.1, < 2.0)
pry (0.10.4) pry (0.10.4)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.8.1)
@ -463,6 +492,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0) http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0) mime-types (>= 1.16, < 4.0)
netrc (~> 0.8) netrc (~> 0.8)
rexml (3.2.4)
rolify (5.2.0) rolify (5.2.0)
rqrcode (0.10.1) rqrcode (0.10.1)
chunky_png (~> 1.0) chunky_png (~> 1.0)
@ -509,6 +539,7 @@ GEM
ruby_parser (3.11.0) ruby_parser (3.11.0)
sexp_processor (~> 4.9) sexp_processor (~> 4.9)
rubyzip (1.3.0) rubyzip (1.3.0)
rugged (1.0.1)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.7.2) sass (3.7.2)
sass-listen (~> 4.0.0) sass-listen (~> 4.0.0)
@ -524,6 +555,9 @@ GEM
sassc (2.0.1) sassc (2.0.1)
ffi (~> 1.9) ffi (~> 1.9)
rake rake
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
selectize-rails (0.12.6) selectize-rails (0.12.6)
selenium-webdriver (3.142.6) selenium-webdriver (3.142.6)
childprocess (>= 0.5, < 4.0) childprocess (>= 0.5, < 4.0)
@ -575,6 +609,8 @@ GEM
stripe (> 5, < 6) stripe (> 5, < 6)
sysexits (1.2.0) sysexits (1.2.0)
temple (0.8.0) temple (0.8.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.1.0) thor (1.1.0)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.9) tilt (2.0.9)
@ -689,6 +725,10 @@ DEPENDENCIES
piwik_analytics (~> 1.0.1) piwik_analytics (~> 1.0.1)
prawn-qrcode prawn-qrcode
prawn-rails prawn-rails
pronto
pronto-flay
pronto-rubocop
pry
puma (~> 3.0) puma (~> 3.0)
rails (~> 5.2) rails (~> 5.2)
rails-assets-bootstrap-markdown! rails-assets-bootstrap-markdown!