diff --git a/Gemfile.lock b/Gemfile.lock index 54dc506c..09ada11e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -413,7 +413,7 @@ DEPENDENCIES web-console (>= 3.3.0) RUBY VERSION - ruby 3.1.4p223 + ruby 3.1.6 BUNDLED WITH 2.4.18 diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..8117a7ec --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +run-server: + bin/server + +test: + bundle exec rspec ${TEST} + +console: + rails c + +bundle-install: + bundle intall + +bundle-update: + bundle update ${GEM}