Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kamaze-project from 1.0.4 to 1.1.0 #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 28 additions & 41 deletions gems.locked
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,40 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
cli-ui (1.1.4)
cli-ui (1.4.0)
cliver (0.3.2)
coderay (1.1.2)
coderay (1.1.3)
coolline (0.5.0)
unicode_utils (~> 1.4)
diff-lcs (1.3)
dotenv (2.5.0)
dotenv (2.7.6)
dry-inflector (0.1.2)
equatable (0.5.0)
ffi (1.9.25)
github-markup (2.0.1)
hitimes (1.3.0)
interesting_methods (0.1.2)
jaro_winkler (1.5.1)
kamaze-project (1.0.4)
cli-ui (~> 1.1)
kamaze-project (1.1.0)
cli-ui (~> 1.3)
cliver (~> 0.3)
dotenv (~> 2.4)
dotenv (~> 2.7)
dry-inflector (~> 0.1)
kamaze-version (~> 1.0)
process_lock (~> 0.1)
pry (~> 0.11)
rake (~> 12.3)
rugged (~> 0.27)
tenjin (~> 0.7)
tty-editor (~> 0.4)
tty-screen (~> 0.6, >= 0.6.2)
tty-editor (~> 0.5)
tty-screen (~> 0.7, >= 0.6.2)
kamaze-version (1.0.2)
dry-inflector (~> 0.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
method_source (0.9.0)
necromancer (0.4.0)
method_source (0.9.2)
parallel (1.12.1)
parser (2.5.1.2)
ast (~> 2.4.0)
pastel (0.7.2)
equatable (~> 0.5.0)
tty-color (~> 0.4.0)
pastel (0.8.0)
tty-color (~> 0.5)
powerpack (0.1.2)
process_lock (0.1.2)
pry (0.11.3)
Expand All @@ -48,7 +44,6 @@ GEM
pry-coolline (0.2.5)
coolline (~> 0.5)
rainbow (3.0.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand Down Expand Up @@ -76,31 +71,23 @@ GEM
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0)
ruby_dep (1.5.0)
rugged (0.27.4)
sham (2.0.0)
tenjin (0.7.1)
timers (4.1.2)
hitimes
tty-color (0.4.3)
tty-cursor (0.5.0)
tty-editor (0.4.0)
tty-prompt (~> 0.16.0)
tty-which (~> 0.3.0)
tty-prompt (0.16.1)
necromancer (~> 0.4.0)
pastel (~> 0.7.0)
timers (~> 4.0)
tty-cursor (~> 0.5.0)
tty-reader (~> 0.3.0)
tty-reader (0.3.0)
tty-cursor (~> 0.5.0)
tty-screen (~> 0.6.4)
wisper (~> 2.0.0)
tty-screen (0.6.5)
tty-which (0.3.0)
tty-color (0.6.0)
tty-cursor (0.7.1)
tty-editor (0.6.0)
tty-prompt (~> 0.22)
tty-prompt (0.23.0)
pastel (~> 0.8)
tty-reader (~> 0.8)
tty-reader (0.9.0)
tty-cursor (~> 0.7)
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.1)
unicode-display_width (1.4.0)
unicode_utils (1.4.0)
wisper (2.0.0)
wisper (2.0.1)
yard (0.9.16)

PLATFORMS
Expand All @@ -110,7 +97,7 @@ DEPENDENCIES
dry-inflector (~> 0.1)
github-markup (~> 2.0)
interesting_methods (~> 0.1)
kamaze-project (~> 1.0, >= 1.0.3)
kamaze-project (~> 1.1)
listen (~> 3.1)
pry (~> 0.11)
pry-coolline (~> 0.2)
Expand Down
2 changes: 1 addition & 1 deletion gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
end

group :development do
gem 'kamaze-project', '~> 1.0', '>= 1.0.3'
gem 'kamaze-project', '~> 1.1'
gem 'listen', '~> 3.1'
gem 'rubocop', '~> 0.56'
end
Expand Down