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 @@ -148,7 +148,7 @@ group :development, :test do
gem "rubocop", "~> 1.22", require: false # Automatic Ruby code style checking tool
gem "rubocop-performance", "~> 1.12", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
gem "rubocop-rails", "~> 2.12", require: false # Automatic Rails code style checking tool
gem "rubocop-rspec", "~> 2.5", require: false # Code style checking for RSpec files
gem "rubocop-rspec", "~> 2.11", require: false # Code style checking for RSpec files
gem "sassc-rails", "~> 2.1.2" # Integrate SassC-Ruby into Rails
gem "spring", "~> 3.0" # Preloads your application so things like console, rake and tests run faster
gem "spring-commands-rspec", "~> 1.0" # rspec command for spring
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ GEM
rack
orm_adapter (0.5.0)
parallel (1.21.0)
parser (3.0.2.0)
parser (3.1.2.0)
ast (~> 2.4.1)
patron (0.13.3)
pg (1.2.3)
Expand Down Expand Up @@ -604,7 +604,7 @@ GEM
method_source
rake (>= 0.13)
thor (~> 1.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.6)
ransack (2.4.2)
activerecord (>= 5.2.4)
Expand Down Expand Up @@ -633,7 +633,7 @@ GEM
redis-store (>= 1.2, < 2)
redis-store (1.9.0)
redis (>= 4, < 5)
regexp_parser (2.1.1)
regexp_parser (2.4.0)
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.1)
Expand Down Expand Up @@ -692,16 +692,16 @@ GEM
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.12.0)
parser (>= 3.0.1.1)
rubocop-ast (1.18.0)
parser (>= 3.1.1.0)
rubocop-performance (1.12.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.12.4)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-rspec (2.5.0)
rubocop-rspec (2.11.1)
rubocop (~> 1.19)
ruby-next-core (0.12.0)
ruby-prof (1.4.3)
Expand Down Expand Up @@ -998,7 +998,7 @@ DEPENDENCIES
rubocop (~> 1.22)
rubocop-performance (~> 1.12)
rubocop-rails (~> 2.12)
rubocop-rspec (~> 2.5)
rubocop-rspec (~> 2.11)
ruby-prof (~> 1.4)
rubyzip (~> 2.3)
s3_direct_upload (~> 0.1)
Expand Down
Binary file removed vendor/cache/parser-3.0.2.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.1.2.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/regexp_parser-2.1.1.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.4.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.12.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.18.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-2.11.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-2.5.0.gem
Binary file not shown.