Skip to content

Commit

Permalink
Update gems except webpacker.
Browse files Browse the repository at this point in the history
  • Loading branch information
vavgustov committed Jan 29, 2019
1 parent dd263d6 commit 635a1da
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 88 deletions.
30 changes: 15 additions & 15 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,44 +7,44 @@ end

ruby '~> 2.5.1'

gem 'rails', '~> 5.2.1'
gem 'pg', '~> 1.0'
gem 'rails', '~> 5.2', '>= 5.2.2'
gem 'pg', '~> 1.1', '>= 1.1.4'
gem 'puma', '~> 3.12'

gem 'active_model_serializers', '~> 0.10.7'
gem 'active_model_serializers', '~> 0.10.8'
gem 'bootsnap', '~> 1.3', require: false
gem 'counter_culture', '~> 1.12'
gem 'devise', '~> 4.3'
gem 'dotenv-rails', '~> 2.5'
gem 'devise', '~> 4.5'
gem 'dotenv-rails', '~> 2.6'
gem 'uglifier', '~> 4.1'
gem 'webpacker', git: 'https://github.com/rails/webpacker.git'
gem 'webpacker', '4.0.0.pre.pre.2'

group :development do
gem 'awesome_print', '~> 1.8'
gem 'better_errors', '~> 2.4'
gem 'binding_of_caller', '~> 0.8.0'
gem 'debug-extras'
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'listen', '~> 3.1'
gem 'pry-rails'

gem 'web-console', '>= 3.3.0'
gem 'web-console', '~> 3.7'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'spring-watcher-listen', '~> 2.0'
end

group :development, :test do
gem 'factory_bot_rails', '~> 4.8'
gem 'faker', '~> 1.7', '>= 1.7.3'
gem 'rspec-rails', '~> 3.7'
gem 'factory_bot_rails', '~> 4.11'
gem 'faker', '~> 1.9'
gem 'rspec-rails', '~> 3.8'
end

group :test do
gem 'database_cleaner', '~> 1.7'
gem 'capybara', '~> 3.4'
gem 'capybara', '~> 3.13'
gem 'selenium-webdriver', '~> 3.13'
gem 'chromedriver-helper', '~> 1.2'
gem 'rails-controller-testing', '~> 1.0', '>= 1.0.1'
gem 'shoulda-matchers', '~> 3.1', '>= 3.1.1'
gem 'rails-controller-testing', '~> 1.0'
gem 'shoulda-matchers', '~> 3.1'
gem 'simplecov', '~> 0.14.1', require: false
end

Expand Down
143 changes: 70 additions & 73 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
GIT
remote: https://github.com/rails/webpacker.git
revision: 9c4612803a791eede4610eaf4ea458ebe4e493c9
specs:
webpacker (4.0.0.pre.pre.2)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -33,7 +24,7 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_model_serializers (0.10.7)
active_model_serializers (0.10.8)
actionpack (>= 4.1, < 6)
activemodel (>= 4.1, < 6)
case_transform (>= 0.2)
Expand All @@ -56,7 +47,7 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
after_commit_action (1.1.0)
activerecord (>= 3.0.0)
Expand All @@ -66,23 +57,24 @@ GEM
arel (9.0.0)
awesome_print (1.8.0)
bcrypt (3.1.12)
better_errors (2.4.0)
better_errors (2.5.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
bindex (0.5.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bootsnap (1.3.1)
bootsnap (1.3.2)
msgpack (~> 1.0)
builder (3.2.3)
capybara (3.4.2)
capybara (3.13.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.1)
regexp_parser (~> 1.2)
xpath (~> 3.2)
case_transform (0.2)
activesupport
childprocess (0.9.0)
Expand All @@ -102,28 +94,28 @@ GEM
awesome_print (>= 1.6, < 1.9)
railties (> 4.0, < 6)
debug_inspector (0.0.3)
devise (4.4.3)
devise (4.5.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
responders
warden (~> 1.2.3)
diff-lcs (1.3)
docile (1.1.5)
dotenv (2.5.0)
dotenv-rails (2.5.0)
dotenv (= 2.5.0)
dotenv (2.6.0)
dotenv-rails (2.6.0)
dotenv (= 2.6.0)
railties (>= 3.2, < 6.0)
erubi (1.8.0)
execjs (2.7.0)
factory_bot (4.10.0)
factory_bot (4.11.1)
activesupport (>= 3.0.0)
factory_bot_rails (4.10.0)
factory_bot (~> 4.10.0)
factory_bot_rails (4.11.1)
factory_bot (~> 4.11.1)
railties (>= 3.0.0)
faker (1.9.1)
i18n (>= 0.7)
ffi (1.9.25)
ffi (1.10.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.5.3)
Expand All @@ -147,21 +139,21 @@ GEM
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
msgpack (1.2.4)
msgpack (1.2.6)
nio4r (2.3.1)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
pg (1.0.0)
pry (0.11.3)
pg (1.1.4)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-rails (0.3.6)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (3.0.2)
public_suffix (3.0.3)
puma (3.12.0)
rack (2.0.6)
rack-proxy (0.6.4)
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All @@ -178,10 +170,10 @@ GEM
bundler (>= 1.3.0)
railties (= 5.2.2)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.2)
actionpack (~> 5.x, >= 5.0.1)
actionview (~> 5.x, >= 5.0.1)
activesupport (~> 5.x)
rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.x)
actionview (>= 5.0.1.x)
activesupport (>= 5.0.1.x)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
Expand All @@ -195,34 +187,35 @@ GEM
thor (>= 0.19.0, < 2.0)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
rb-inotify (0.10.0)
ffi (~> 1.0)
regexp_parser (1.3.0)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-rails (3.7.2)
rspec-support (~> 3.8.0)
rspec-rails (3.8.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby_dep (1.5.0)
rubyzip (1.2.2)
selenium-webdriver (3.13.1)
selenium-webdriver (3.141.0)
childprocess (~> 0.5)
rubyzip (~> 1.2)
shoulda-matchers (3.1.2)
rubyzip (~> 1.2, >= 1.2.2)
shoulda-matchers (3.1.3)
activesupport (>= 4.0.0)
simplecov (0.14.1)
docile (~> 1.1.0)
Expand All @@ -245,55 +238,59 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (4.1.17)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
warden (1.2.7)
rack (>= 1.0)
web-console (3.6.2)
warden (1.2.8)
rack (>= 2.0.6)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webpacker (4.0.0.pre.pre.2)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
xpath (3.1.0)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
ruby

DEPENDENCIES
active_model_serializers (~> 0.10.7)
active_model_serializers (~> 0.10.8)
awesome_print (~> 1.8)
better_errors (~> 2.4)
binding_of_caller (~> 0.8.0)
bootsnap (~> 1.3)
capybara (~> 3.4)
capybara (~> 3.13)
chromedriver-helper (~> 1.2)
counter_culture (~> 1.12)
database_cleaner (~> 1.7)
debug-extras
devise (~> 4.3)
dotenv-rails (~> 2.5)
factory_bot_rails (~> 4.8)
faker (~> 1.7, >= 1.7.3)
listen (>= 3.0.5, < 3.2)
pg (~> 1.0)
devise (~> 4.5)
dotenv-rails (~> 2.6)
factory_bot_rails (~> 4.11)
faker (~> 1.9)
listen (~> 3.1)
pg (~> 1.1, >= 1.1.4)
pry-rails
puma (~> 3.12)
rails (~> 5.2.1)
rails-controller-testing (~> 1.0, >= 1.0.1)
rspec-rails (~> 3.7)
rails (~> 5.2, >= 5.2.2)
rails-controller-testing (~> 1.0)
rspec-rails (~> 3.8)
selenium-webdriver (~> 3.13)
shoulda-matchers (~> 3.1, >= 3.1.1)
shoulda-matchers (~> 3.1)
simplecov (~> 0.14.1)
spring
spring-watcher-listen (~> 2.0.0)
spring-watcher-listen (~> 2.0)
tzinfo-data
uglifier (~> 4.1)
web-console (>= 3.3.0)
webpacker!
web-console (~> 3.7)
webpacker (= 4.0.0.pre.pre.2)

RUBY VERSION
ruby 2.5.1p57
Expand Down

0 comments on commit 635a1da

Please sign in to comment.