Skip to content

Commit

Permalink
Merge pull request #38 from CDRH/make_citations
Browse files Browse the repository at this point in the history
Make citations
  • Loading branch information
erinchambers authored Oct 21, 2024
2 parents ab43d09 + afda838 commit 1f8750e
Show file tree
Hide file tree
Showing 7 changed files with 165 additions and 150 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.1.5
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.1.3'
ruby '3.1.5'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.7'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 3.11'
# Use SCSS for stylesheets
Expand Down
Loading

0 comments on commit 1f8750e

Please sign in to comment.