diff --git a/Gemfile.lock b/Gemfile.lock index 669f5e71a..8cae964a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cortex (0.1.1) + cortex (0.1.3) addressable (~> 2.5.2) awesome_nested_set (~> 3.1.4) breadcrumbs_on_rails (~> 3.0.1) @@ -588,7 +588,6 @@ DEPENDENCIES rails-erd react_on_rails (= 9.0.3) redis-rails (~> 5.0) - rspec rspec-rails rspec-sidekiq (~> 3.0) rspec_junit_formatter diff --git a/lib/cortex/version.rb b/lib/cortex/version.rb index fc55c4e01..6af2be065 100644 --- a/lib/cortex/version.rb +++ b/lib/cortex/version.rb @@ -1,3 +1,3 @@ module Cortex - VERSION = '0.1.1' + VERSION = '0.1.3' end