chore(Gemfile.lock): update io-event gem version from 1.2.2 to 1.2.3
chore(Gemfile.lock): update minitest gem version from 5.18.1 to 5.19.0
chore(Gemfile.lock): update rexml gem version from 3.2.5 to 3.2.6
The changes in the Gemfile.lock file update the versions of the async, io-event, minitest, and rexml gems to their respective newer versions. These updates may include bug fixes, performance improvements, or other enhancements provided by the newer versions of the gems.
Added the following files:
- .ruby-version: Specifies the Ruby version to be used in the project. This helps ensure compatibility and consistency across different environments.
- .sourcery.yaml: Sourcery configuration file that allows customization of Sourcery's behavior, such as ignoring specific refactorings or skipping directories.
- Gemfile: Specifies the dependencies for the project, including gems like 'github-pages', 'html-proofer', 'rake', and 'webrick'.
- Rakefile: Defines tasks for building, cleaning, and serving the Jekyll site, as well as checking links.
These files were added to enhance the project's Ruby environment, configure Sourcery, manage dependencies, and automate common tasks in the Jekyll site development process.