Skip to content

Commit

Permalink
cheburek
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Nov 25, 2024
1 parent d2df024 commit 0baec5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
source 'https://rubygems.org'

gemspec

gem 'activesupport'
gem 'armitage-rubocop'
gem 'bundler'
gem 'pry'
gem 'rake'
gem 'rbs'
gem 'rspec'
gem 'steep'
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.2)
activesupport (8.0.0)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -20,6 +20,7 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
armitage-rubocop (1.68.0.2)
rubocop (= 1.68.0)
rubocop-capybara (= 2.21.0)
Expand Down Expand Up @@ -148,6 +149,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.2)

PLATFORMS
aarch64-linux-gnu
Expand All @@ -163,7 +165,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
activesupport (< 8)
activesupport
armitage-rubocop
bundler
pry
Expand Down

0 comments on commit 0baec5a

Please sign in to comment.