Skip to content

Commit

Permalink
Update SJ common to v2.7.0 - pre_process_block DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
motizuki committed May 6, 2019
1 parent 3172311 commit 9a58e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'rails', '5.2.1'
gem 'responders'
gem 'sidekiq', '= 5.2.3'
gem 'sinatra', :require => nil
gem 'supplejack_common', git: 'https://github.com/DigitalNZ/supplejack_common.git', tag: 'v2.6'
gem 'supplejack_common', git: 'https://github.com/DigitalNZ/supplejack_common.git', tag: 'v2.7.0'
# gem 'supplejack_common', path: '/webspace/supplejack/common'

gem 'whenever', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/DigitalNZ/supplejack_common.git
revision: b598e75beadc97b3b12064cf4915b4fe1f63b5ea
tag: v2.6
revision: 3000360a0f1dbcaa62d4af84eb6391b751efbbdd
tag: v2.7.0
specs:
supplejack_common (0.0.2)
actionpack
Expand Down Expand Up @@ -358,7 +358,7 @@ GEM
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unf_ext (0.0.7.6)
unicode-display_width (1.3.0)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
Expand Down

0 comments on commit 9a58e78

Please sign in to comment.