Skip to content

Commit

Permalink
Remove gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Jan 27, 2023
1 parent 4784568 commit 12431e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 62 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/Gemfile.lock

/build
/out
/bin
Expand Down
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "https://rubygems.org"

gem "nokogiri"
gem "icalendar"
gem "rss"
gem "actionview"
gem "redcarpet"
gem "nokogiri", "~>1.14.0"
gem "icalendar", "~>2.8.0"
gem "rss", "~>0.2.9"
gem "actionview", "~>7.0.4"
gem "redcarpet", "~>3.5.1"
57 changes: 0 additions & 57 deletions Gemfile.lock

This file was deleted.

0 comments on commit 12431e4

Please sign in to comment.