Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ group :development, :test do
gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
gem "rspec-rails", "~> 4.0" # rspec-rails is a testing framework for Rails 3+
gem "rubocop", "~> 1.7", require: false # Automatic Ruby code style checking tool
gem "rubocop-performance", "~> 1.9", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
gem "rubocop-performance", "~> 1.15", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
gem "rubocop-rails", "~> 2.9", require: false # Automatic Rails code style checking tool
gem "rubocop-rspec", "~> 2.1", require: false # Code style checking for RSpec files
gem "spring", "~> 2.1" # Preloads your application so things like console, rake and tests run faster
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
approvals (0.0.24)
nokogiri (~> 1.6)
thor (~> 0.18)
ast (2.4.1)
ast (2.4.2)
aws-eventstream (1.1.0)
aws-sigv4 (1.2.2)
aws-eventstream (~> 1, >= 1.0.2)
Expand Down Expand Up @@ -262,7 +262,7 @@ GEM
tzinfo
eventmachine (1.2.5)
excon (0.78.1)
execjs (2.7.0)
execjs (2.8.1)
exifr (1.3.9)
factory_bot (6.1.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -290,7 +290,7 @@ GEM
browser (>= 2.0)
distribution
railties (>= 5)
fix-db-schema-conflicts (3.0.3)
fix-db-schema-conflicts (3.1.0)
rubocop (>= 0.38.0)
flipper (0.20.0)
flipper-active_record (0.20.0)
Expand Down Expand Up @@ -416,7 +416,7 @@ GEM
activerecord
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
katex (0.6.0)
katex (0.6.1)
execjs (~> 2.7)
knapsack_pro (2.10.1)
rake
Expand Down Expand Up @@ -452,7 +452,7 @@ GEM
mini_portile2 (2.4.0)
mini_racer (0.3.1)
libv8 (~> 8.4.255)
minitest (5.14.2)
minitest (5.16.3)
msgpack (1.3.3)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -500,7 +500,7 @@ GEM
rack
orm_adapter (0.5.0)
parallel (1.20.1)
parser (3.0.0.0)
parser (3.1.3.0)
ast (~> 2.4.1)
patron (0.13.3)
pg (1.2.3)
Expand Down Expand Up @@ -571,7 +571,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.3)
ransack (2.4.1)
activerecord (>= 5.2.4)
Expand Down Expand Up @@ -613,7 +613,7 @@ GEM
netrc (~> 0.8)
reverse_markdown (2.0.0)
nokogiri
rexml (3.2.4)
rexml (3.2.5)
rolify (5.3.0)
rouge (3.26.0)
rspec (3.10.0)
Expand Down Expand Up @@ -648,10 +648,10 @@ GEM
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.3.0)
parser (>= 2.7.1.5)
rubocop-performance (1.9.1)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (1.24.0)
parser (>= 3.1.1.0)
rubocop-performance (1.15.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.9.1)
activesupport (>= 4.2.0)
Expand All @@ -661,7 +661,7 @@ GEM
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
ruby-prof (1.4.2)
ruby-progressbar (1.10.1)
ruby-progressbar (1.11.0)
ruby-statistics (2.1.2)
ruby-vips (2.0.17)
ffi (~> 1.9)
Expand Down Expand Up @@ -774,7 +774,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
unicode-display_width (1.8.0)
uniform_notifier (1.13.0)
validate_url (1.0.13)
activemodel (>= 3.0.0)
Expand Down Expand Up @@ -937,7 +937,7 @@ DEPENDENCIES
rspec-rails (~> 4.0)
rspec-retry (~> 0.6)
rubocop (~> 1.7)
rubocop-performance (~> 1.9)
rubocop-performance (~> 1.15)
rubocop-rails (~> 2.9)
rubocop-rspec (~> 2.1)
ruby-prof (~> 1.4)
Expand Down
Binary file removed vendor/cache/ast-2.4.1.gem
Binary file not shown.
Binary file added vendor/cache/ast-2.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/execjs-2.7.0.gem
Binary file not shown.
Binary file added vendor/cache/execjs-2.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/fix-db-schema-conflicts-3.0.3.gem
Binary file not shown.
Binary file added vendor/cache/fix-db-schema-conflicts-3.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/katex-0.6.0.gem
Binary file not shown.
Binary file added vendor/cache/katex-0.6.1.gem
Binary file not shown.
Binary file added vendor/cache/libv8-8.4.255.0.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.14.2.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.16.3.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.0.0.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.1.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/rainbow-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/rainbow-3.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.2.4.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.2.5.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.24.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.3.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.15.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.9.1.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-progressbar-1.10.1.gem
Binary file not shown.
Binary file added vendor/cache/ruby-progressbar-1.11.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-1.7.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-1.8.0.gem
Binary file not shown.