Skip to content

Commit

Permalink
Update generale
Browse files Browse the repository at this point in the history
  • Loading branch information
gregogalante committed Mar 17, 2020
1 parent fedfedb commit e3ce5e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dakarai (5.0.1)
dakarai (5.1.0)
rails (~> 6.0)

GEM
Expand Down Expand Up @@ -83,7 +83,7 @@ GEM
mini_portile2 (2.4.0)
minitest (5.14.0)
nio4r (2.5.2)
nokogiri (1.10.8)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
rack (2.2.2)
rack-test (1.1.0)
Expand Down Expand Up @@ -129,7 +129,7 @@ GEM
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
zeitwerk (2.2.2)
zeitwerk (2.3.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/dakarai/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Dakarai

VERSION = '5.0.1'
VERSION = '5.1.0'

end
2 changes: 2 additions & 0 deletions templates/initializer/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ gem 'foreman'
# gem 'rack-attack'
# Enforce system architecture with events. Read more: https://github.com/ideonetwork/evnt
# gem 'evnt', git: 'https://github.com/ideonetwork/evnt'
# Create custom admin panels. Read more: https://github.com/ideonetwork/matilda-core
# gem 'matilda_core', git: 'https://github.com/ideonetwork/matilda-core'
# Add generators helpers. Read more: https://github.com/ideonetwork/dakarai
gem 'dakarai', git: 'https://github.com/ideonetwork/dakarai'

Expand Down

0 comments on commit e3ce5e4

Please sign in to comment.