Skip to content

Commit

Permalink
poniendo el correcto protocolo y quitando excepcion para mac
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoglezba committed Mar 24, 2022
1 parent ae7f3ee commit a78323b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
7 changes: 2 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem 'jquery-ui-rails'
gem 'levenshtein-ffi', :require => 'levenshtein'
gem 'mail'
gem 'mime-types'
gem 'mini_racer', github: 'rubyjs/mini_racer', branch: 'refs/pull/186/head'
gem 'mini_racer', git: 'https://github.com/rubyjs/mini_racer', branch: 'refs/pull/186/head'
gem 'mysql2'
gem 'nokogiri', '>= 1.10.8' # Hacer un parse con xml
gem 'pg'
Expand All @@ -54,6 +54,7 @@ gem 'soulmate', :require => 'soulmate/server'
gem 'turbolinks', '~> 5' # Hace mas rapidos los links
gem 'trollop'
gem 'uglifier'
gem 'vinted-blurrily', :require => 'blurrily/server.rb' # Forza a blurrily a usar rails mayor al 4
gem 'wash_out'
gem 'whenever', :require => false
gem 'wicked_pdf'
Expand All @@ -65,10 +66,6 @@ group :doc do
gem 'sdoc', require: false
end

group :development, :test, :production do
gem 'vinted-blurrily', :require => 'blurrily/server.rb' # Forza a blurrily a usar rails mayor al 4
end

group :development, :development_mac, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GIT
remote: git://github.com/rubyjs/mini_racer.git
revision: 2838212bdf1f545b28d93975cc413d5677dd8901
branch: refs/pull/186/head
specs:
mini_racer (0.3.1)
libv8-node (~> 15.12.0.0.beta1)

GIT
remote: https://github.com/calonsot/ancestry.git
revision: bfadb2c7ff9813825ce1d5648a06fdb1589f56ef
Expand All @@ -24,6 +16,14 @@ GIT
rest-client
rubyzip (~> 1.0)

GIT
remote: https://github.com/rubyjs/mini_racer
revision: 2838212bdf1f545b28d93975cc413d5677dd8901
branch: refs/pull/186/head
specs:
mini_racer (0.3.1)
libv8-node (~> 15.12.0.0.beta1)

GEM
remote: https://rubygems.org/
specs:
Expand Down

0 comments on commit a78323b

Please sign in to comment.