Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

# Specify your gem's dependencies in ustidnr_validator.gemspec
gemspec

gem "rexml", ">= 3.3.9"
group :development, :test do
gem "base64"
gem "bigdecimal"
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: [email protected]:konvenit/konvenit_style.git
revision: 2805c083a9027064fdc8659dd45a470d1d70d458
revision: 861c14e333c230fbdfb6f93e0cfc4c0c56c08243
specs:
konvenit_style (1.17.2)
konvenit_style (1.17.3)
rubocop
rubocop-checkstyle_formatter
rubocop-performance
Expand Down Expand Up @@ -47,8 +47,7 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.3)
rexml (3.2.9)
strscan
rexml (3.3.9)
rspec (0.0.10)
rspec-core (3.12.3)
rspec-support (~> 3.12.0)
Expand Down Expand Up @@ -90,7 +89,6 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
strscan (3.1.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
Expand All @@ -106,6 +104,7 @@ DEPENDENCIES
konvenit_style!
mutex_m
rake
rexml (>= 3.3.9)
rspec
rspec-core
rspec-expectations
Expand Down