Skip to content

Commit

Permalink
Versión 1.0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed May 26, 2019
1 parent 50458f1 commit 118671b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
# Resuelve problema con minitest y 5.2.0
gem "rails", '~> 6.0.0.rc1'

gem 'bootsnap', '>=1.1.0'
gem 'bootsnap'

gem 'webpacker'

Expand Down Expand Up @@ -84,7 +84,7 @@ gem 'rubyzip', '~>1.2'
gem "tzinfo"

# Motor de sistemas de información estilo Pasos de Jesús
gem 'sip', git: "https://github.com/pasosdeJesus/sip.git", branch: :rails6
gem 'sip', git: "https://github.com/pasosdeJesus/sip.git"
#gem 'sip', path: '../sip'

group :development, :test do
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
GIT
remote: https://github.com/pasosdeJesus/sip.git
revision: c0f502a0235fbca573649b5565e0c15b97529e32
branch: rails6
revision: af6aadb3643fdec37a72d55972f35aa3e50396ac
specs:
sip (2.0.b5)
sip (2.0.b6)
bootstrap-datepicker-rails
cancancan
chosen-rails
Expand Down Expand Up @@ -220,7 +219,7 @@ GEM
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rspreadsheet (0.4.5)
rspreadsheet (0.4.7)
andand (~> 1.3)
rubyzip (~> 1.1)
rubyzip (1.2.3)
Expand Down Expand Up @@ -295,7 +294,7 @@ PLATFORMS

DEPENDENCIES
bcrypt
bootsnap (>= 1.1.0)
bootsnap
bootstrap-datepicker-rails
cancancan
chosen-rails
Expand Down
2 changes: 1 addition & 1 deletion lib/heb412_gen/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Heb412Gen
VERSION = "1.0.a1"
VERSION = "1.0.b6"
end

0 comments on commit 118671b

Please sign in to comment.