Merge pull request #2481 from Ana06/gems

Do not lock gems
This commit is contained in:
Henne Vogelsang 2019-04-09 15:59:51 +02:00 committed by GitHub
commit 1621587e70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 35 deletions

View file

@ -64,9 +64,10 @@ GEM
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
afm (0.2.2)
airbrake (7.4.0)
airbrake-ruby (~> 2.12)
airbrake-ruby (2.12.0)
airbrake (9.0.0)
airbrake-ruby (~> 4.2)
airbrake-ruby (4.2.2)
rbtree3 (~> 0.5)
ajax-datatables-rails (0.4.3)
railties (>= 4.0)
archive-zip (0.12.0)
@ -82,8 +83,7 @@ GEM
actionpack (>= 3.1)
axlsx (>= 2.0.1)
bcrypt (3.1.12)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bindex (0.6.0)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
@ -147,7 +147,6 @@ GEM
dalli (2.7.10)
dante (0.2.0)
database_cleaner (1.7.0)
debug_inspector (0.0.3)
delayed_job (4.1.5)
activesupport (>= 3.0, < 5.3)
delayed_job_active_record (4.1.3)
@ -235,7 +234,7 @@ GEM
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (0.9.5)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
i18n_data (0.8.0)
inversion (1.1.1)
@ -422,9 +421,9 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-i18n (5.0.4)
i18n (~> 0.7)
railties (~> 5.0)
rails-i18n (5.1.3)
i18n (>= 0.7, < 2)
railties (>= 5.0, < 6)
railties (5.0.7.2)
actionpack (= 5.0.7.2)
activesupport (= 5.0.7.2)
@ -436,6 +435,7 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rbtree3 (0.5.0)
rdoc (6.0.4)
rdoc-generator-fivefish (0.4.0)
inversion (~> 1.1)
@ -582,11 +582,11 @@ GEM
url (0.3.2)
warden (1.2.8)
rack (>= 2.0.6)
web-console (2.3.0)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webmock (3.5.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
@ -607,17 +607,17 @@ DEPENDENCIES
active_model_serializers
acts_as_commentable_with_threading
acts_as_list
airbrake (~> 7.1)
airbrake
ajax-datatables-rails
autoprefixer-rails
awesome_nested_set (~> 3.1.3)
awesome_nested_set
axlsx!
axlsx_rails
bootstrap-sass (~> 3.4.0)
bootstrap-switch-rails (~> 3.0.0)
bootstrap3-datetimepicker-rails (~> 4.17.47)
byebug
cancancan (~> 2.0)
cancancan
capybara
carrierwave
carrierwave-bombshelter
@ -627,7 +627,7 @@ DEPENDENCIES
cloudinary
cocoon
codecov
countable-rails (~> 0.0.1)
countable-rails
country_select
daemons
dalli
@ -668,7 +668,7 @@ DEPENDENCIES
pdf-inspector
pg
piwik_analytics (~> 1.0.1)
prawn-qrcode (~> 0.3.0)
prawn-qrcode
prawn_rails
puma (~> 3.0)
rails (~> 5.0.7)
@ -685,7 +685,7 @@ DEPENDENCIES
rails-assets-trianglify!
rails-assets-waypoints!
rails-controller-testing
rails-i18n (~> 5.0.0)
rails-i18n
rdoc-generator-fivefish
recaptcha
redcarpet
@ -696,7 +696,7 @@ DEPENDENCIES
rspec-rails
rubocop
rubocop-rspec
ruby-oembed (~> 0.12.0)
ruby-oembed
sass-rails (>= 4.0.2)
selectize-rails
selenium-webdriver
@ -707,14 +707,13 @@ DEPENDENCIES
sqlite3
stripe
stripe-ruby-mock
thor (~> 0.19)
timecop
transactional_capybara
transitions
turbolinks
uglifier (>= 1.3.0)
unobtrusive_flash (>= 3)
web-console (~> 2.0)
web-console
webmock
whenever
@ -722,4 +721,4 @@ RUBY VERSION
ruby 2.5.0p0
BUNDLED WITH
1.17.1
1.17.3