Skip to content

Commit

Permalink
Clean up/bump gems
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Jun 16, 2024
1 parent 480c840 commit 6719f18
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 84 deletions.
24 changes: 2 additions & 22 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,10 @@ ruby File.read("#{__dir__}/.ruby-version")

gemspec

# TODO: move this to .gemspec
gem "foobara", git: "foobara", branch: "main"

# gem "foobara-dotenv-loader", github: "foobara/dotenv-loader"
# gem "foobara-dotenv-loader", path: "../dotenv-loader"
gem "foobara-files-generator", github: "foobara/files-generator"
# gem "foobara-files-generator", path: "../files-generator"
# gem "foobara-rack-connector", github: "rack-connector", branch: "main"
# gem "foobara-rack-connector", path: "..-connector", branch: "main"
# gem "foobara-redis-crud-driver", github: "foobara/redis-crud-driver"
# gem "foobara-redis-crud-driver", path: "../redis-crud-driver"
# gem "foobara-resque-connector", github: "foobara/resque-connector"
# gem "foobara-resque-connector", path: "../resque-connector"
# gem "foobara-resque-scheduler-connector", github: "foobara/resque-scheduler-connector"
# gem "foobara-resque-scheduler-connector", path: "../resque-scheduler-connector"
# gem "foobara-sh-cli-connector", github: "foobara/sh-cli-connector"
# gem "foobara-sh-cli-connector", path: "../sh-cli-connector"
gem "foobara-util", github: "foobara/util"
# gem "foobara-util", path: "../util"

gem "rake"

group :development do
gem "foobara-rubocop-rules", github: "foobara/rubocop-rules"
gem "foobara-rubocop-rules"
gem "guard-rspec"
gem "rubocop-rake"
gem "rubocop-rspec"
Expand All @@ -38,7 +18,7 @@ group :development, :test do
end

group :test do
gem "foobara-spec-helpers", github: "foobara/spec-helpers"
gem "foobara-spec-helpers"
gem "rspec"
gem "rspec-its"
gem "simplecov"
Expand Down
94 changes: 33 additions & 61 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,40 +1,9 @@
GIT
remote: foobara
revision: 6815a111940fd393e6aa76f69622f5701cf38a4f
branch: main
specs:
foobara (0.0.1)

GIT
remote: https://github.com/foobara/files-generator.git
revision: 9c9c49a095adde08985cef2e8a5ff8037ad1ead9
specs:
foobara-files-generator (0.1.0)

GIT
remote: https://github.com/foobara/rubocop-rules.git
revision: e9d8f5c45ea37810f369d1c2f46e3e386d5abb2c
specs:
foobara-rubocop-rules (0.0.1)
rubocop
rubocop-rspec

GIT
remote: https://github.com/foobara/spec-helpers.git
revision: e4ecc7b01a73b08dc12bd7422162a6afb0abec89
specs:
foobara-spec-helpers (0.1.0)

GIT
remote: https://github.com/foobara/util.git
revision: 7580a2d7530a6449238b0b1315f27cfee3ed6983
specs:
foobara-util (0.1.0)

PATH
remote: .
specs:
foobara-domain-generator (0.0.1)
foobara
foobara-files-generator

GEM
remote: https://rubygems.org/
Expand All @@ -44,7 +13,17 @@ GEM
coderay (1.1.3)
diff-lcs (1.5.1)
docile (1.4.0)
ffi (1.16.3)
ffi (1.17.0-x86_64-linux-gnu)
foobara (0.0.1)
foobara-util
foobara-files-generator (0.0.1)
foobara
foobara-rubocop-rules (0.0.3)
rubocop
rubocop-rspec
foobara-spec-helpers (0.0.3)
foobara-util
foobara-util (0.0.4)
formatador (1.1.0)
guard (2.18.1)
formatador (>= 0.2.4)
Expand All @@ -60,19 +39,19 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
json (2.7.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.10)
method_source (1.0.0)
method_source (1.1.0)
nenv (0.3.0)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.24.0)
parser (3.3.0.5)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -81,31 +60,32 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.3)
racc (1.8.0)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
regexp_parser (2.9.2)
rexml (3.3.0)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.62.1)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -116,18 +96,12 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.27.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec (3.0.1)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
shellany (0.0.1)
simplecov (0.22.0)
Expand All @@ -136,19 +110,17 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
thor (1.3.1)
unicode-display_width (2.5.0)

PLATFORMS
x86_64-linux

DEPENDENCIES
foobara!
foobara-domain-generator!
foobara-files-generator!
foobara-rubocop-rules!
foobara-spec-helpers!
foobara-util!
foobara-rubocop-rules
foobara-spec-helpers
guard-rspec
pry
pry-byebug
Expand Down
5 changes: 4 additions & 1 deletion foobara-domain-generator.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative "src/version"
require_relative "version"

Gem::Specification.new do |spec|
spec.name = "foobara-domain-generator"
Expand All @@ -21,6 +21,9 @@ Gem::Specification.new do |spec|
"LICENSE.txt"
]

spec.add_dependency "foobara"
spec.add_dependency "foobara-files-generator"

spec.require_paths = ["lib"]
spec.metadata["rubygems_mfa_required"] = "true"
end
File renamed without changes.

0 comments on commit 6719f18

Please sign in to comment.